Documentation
¶
Index ¶
Constants ¶
View Source
const ( // AESSIV64 is byte size of SIV SAES Key which must be twice as long as AES32 AESSIV64 = 64 Kind = "saes" )
Variables ¶
View Source
var ( ErrEncryptedDataIsEmpty = errors.New("encrypted data is empty") ErrEncryptedDataIsWrongLen = errors.New("encrypted data is wrong len") )
Functions ¶
This section is empty.
Types ¶
type SAES ¶
type SAES struct {
// contains filtered or unexported fields
}
func FromBinary ¶
func (*SAES) FromBinary ¶
func (a *SAES) FromBinary(raw []byte) (localCipher.Cipher, error)
Click to show internal directories.
Click to hide internal directories.