updated golint error
This commit is contained in:
parent
64c7d7617a
commit
08a2266d5f
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user