Documentation ¶
Overview ¶
Package kem implments the PQNoise Key Encapsulation Mechanism function abstract interface and "standard" functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrMalformedCiphertext is the error returns when a serialized // ciphertext is malformed. ErrMalformedCiphertext = errors.New("nyquist/kem: malformed ciphertext") )
Functions ¶
func GenerateKeypair ¶ added in v0.0.3
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.