Module mls_rs::crypto

source ·
Expand description

Dependencies of CryptoProvider and CipherSuiteProvider

Structs§

  • Ciphertext produced by CipherSuiteProvider::hpke_seal
  • Byte representation of an HPKE public key. For ciphersuites using elliptic curves, the public key should be represented in the uncompressed format.
  • Byte representation of an HPKE secret key.
  • Wrapper struct that represents a zeroize-on-drop Vec<u8>
  • Byte representation of a signature public key. For ciphersuites using elliptic curves, the public key should be represented in the uncompressed format.
  • Byte representation of a signature key.

Traits§