darkfi_sdk::crypto

Module keypair

Source
Expand description

Keypairs, secret keys, and public keys

Structsยง

  • Keypair structure holding a SecretKey and its respective PublicKey
  • Structure holding a public key, wrapping a pallas::Point element.
  • Structure holding a secret key, wrapping a pallas::Base element.