Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMalformedCipher = fmt.Errorf("ciphertext %s", malformedStr)
ErrMalformedCipher is an error for ciphertext.
View Source
var ErrMalformedDecKey = fmt.Errorf("decryption key %s", malformedStr)
ErrMalformedDecKey is an error for derived key.
View Source
var ErrMalformedInput = fmt.Errorf("input data %s", malformedStr)
ErrMalformedInput is an error for input data.
View Source
var ErrMalformedPubKey = fmt.Errorf("public key %s", malformedStr)
ErrMalformedPubKey is an error for public key.
View Source
var ErrMalformedSecKey = fmt.Errorf("secret key %s", malformedStr)
ErrMalformedSecKey is an error for secret key.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.