Documentation ¶
Overview ¶
Package symmetric is a wrapper on standard Go package - crypto/aes.
Index ¶
Constants ¶
View Source
const ( CAESBlockSize = aes.BlockSize CAESKeySize = 32 CAESKeyType = "go-peer/aes" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ICipher ¶
type ICipher interface { crypto.IEncrypter crypto.IDecrypter crypto.IParameter }
func NewAESCipher ¶
Click to show internal directories.
Click to hide internal directories.