Module fips203::traits

source ·
Expand description

All functionality is covered by traits, such that consumers can utilize trait objects if desired.

Traits§

  • The Decaps trait uses the decapsulation key and ciphertext to generate the shared secret.
  • The Encaps trait uses the encapsulation key to generate the ciphertext and shared secret.
  • The KeyGen trait is defined to allow trait objects.
  • Serialization and Deserialization of structs