Module cryptraits::key

source ·
Expand description

Key management related traits.

Traits

  • Perform a blinding operation on keys.
  • Construct a value from user-provided entropy.
  • Trait represents a keypair.
  • Trait represents a public key.
  • Trait represents a secret key.
  • Trait represents a shared secret key (e.g. obtained via DH exchange).
  • Generate and construct a value with mnemonic phrase and optional password.