Module darkfi_sdk::crypto::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.