Module keypair

Module keypair 

Source
Expand description

Keypair structs for signing, and utility trait implementations.

Structs§

Keypair
A keypair for signing messages.

Traits§

Did
Generate a DID key string from a keypair.
Export
Export a keypair as a byte vector.

Type Aliases§

P256Keypair
Type alias for a P-256 keypair.
Secp256k1Keypair
Type alias for a secp256k1 keypair.