We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5f5d1 commit a3be5cfCopy full SHA for a3be5cf
fastEnDeCode.go
@@ -15,7 +15,7 @@ import (
15
type KeySizeError int
16
17
func (k KeySizeError) Error() string {
18
- return "fastEncryptDecode/fastEnDeCode: invalid key size " + strconv.Itoa(int(k)) + "must be size 16"
+ return "fastEncryptDecode/fastEnDeCode: invalid key size " + strconv.Itoa(int(k)) + " | key size must be 16"
19
}
20
21
type ecbEncrypter ecb
0 commit comments