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