Documentation ¶
Index ¶
Constants ¶
View Source
const ( CAESBlockSize = 16 CAESKeySize = hashing.CSHA256Size CAESKeyType = "go-peer/aes" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ICipher ¶
type ICipher interface { crypto.IEncrypter crypto.IDecrypter types.IConverter types.IParameter }
func NewAESCipher ¶
Click to show internal directories.
Click to hide internal directories.