Module askar_crypto::repr

source ·
Expand description

Traits for exposing key data representations

Traits§

  • Raw key generation operations
  • For concrete secret key types
  • Convert between key instance and key public bytes.
  • Convert between key instance and key secret bytes
  • Convert between keypair instance and keypair (secret and public) bytes
  • For concrete secret + public key types
  • Object-safe trait for exporting key public bytes
  • Object-safe trait for exporting key secret bytes