Documentation
¶
Index ¶
Constants ¶
View Source
const ( AES32 = 32 AES24 = 24 AES16 = 16 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AES ¶
type AES struct {
// contains filtered or unexported fields
}
func (*AES) FromBinary ¶
func (a *AES) FromBinary(raw []byte) (localCipher.Cipher, error)
Click to show internal directories.
Click to hide internal directories.