darkfi_
sdk
0.5.0
Module keypair
Module Items
Structs
In darkfi_
sdk::
crypto
darkfi_sdk
::
crypto
Module
keypair
Copy item path
Source
Expand description
Keypairs, secret keys, and public keys
Structs
ยง
Keypair
Keypair structure holding a
SecretKey
and its respective
PublicKey
Public
Key
Structure holding a public key, wrapping a
pallas::Point
element.
Secret
Key
Structure holding a secret key, wrapping a
pallas::Base
element.