Expand description
Keypairs, secret keys, and public keys
Structsยง
- Keypair structure holding a
SecretKey
and its respectivePublicKey
- Structure holding a public key, wrapping a
pallas::Point
element. - Structure holding a secret key, wrapping a
pallas::Base
element.