Module keypair

Source
Expand description

Keypairs, secret keys, and public keys

Structsยง

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