improve package gaes

This commit is contained in:
John Guo
2021-12-30 23:02:34 +08:00
parent 130a67c72b
commit 4663978fde

View File

@ -18,7 +18,7 @@ import (
const (
// IVDefaultValue is the default value for IV.
IVDefaultValue = "I Love Go Frame!"
IVDefaultValue = "I Love GoFrame!"
)
// Encrypt is alias of EncryptCBC.