updated golint error
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
package psyfer
|
package psyfer
|
||||||
|
|
||||||
|
//VigenereCipher performts vigenere on input
|
||||||
func VigenereCipher(input string, key string, decrypt bool) string {
|
func VigenereCipher(input string, key string, decrypt bool) string {
|
||||||
alphabet := "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
alphabet := "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||||
chars := []rune(input)
|
chars := []rune(input)
|
||||||
|
|||||||
Reference in New Issue
Block a user