Skip to content

Commit a3be5cf

Browse files
committed
update error doc for code
1 parent 4e5f5d1 commit a3be5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastEnDeCode.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
type KeySizeError int
1616

1717
func (k KeySizeError) Error() string {
18-
return "fastEncryptDecode/fastEnDeCode: invalid key size " + strconv.Itoa(int(k)) + "must be size 16"
18+
return "fastEncryptDecode/fastEnDeCode: invalid key size " + strconv.Itoa(int(k)) + " | key size must be 16"
1919
}
2020

2121
type ecbEncrypter ecb

0 commit comments

Comments
 (0)