Structs§
Ciphertextstruct that can only be generated byencapsulate.PrivateKeystruct that can only be generated via thegenerate_keypair_512,generate_keypair_768, orgenerate_keypair_1024functions and is used todecapsulatea shared secret from a given ciphertext.PublicKeystruct that can only be generated via thegenerate_keypair_512,generate_keypair_768, orgenerate_keypair_1024functions or from the correspondingPrivateKeystruct using theget_public_keymethod and is used toencapsulatea shared secret.
Traits§
Functions§
- Generates a new keypair for the 512 Security Parameters.
- Generates a new keypair for the 768 Security Parameters.
- Generates a new keypair for the 1024 Security Parameters.