Type Alias Keypair

Source
pub type Keypair = Keypair<Generic<NistP256>>;
Expand description

Keypair used for encryption key

Aliased Typeยง

struct Keypair { /* private fields */ }