Keypair

Type Alias Keypair 

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

Keypair used for encryption key

Aliased Typeยง

pub struct Keypair { /* private fields */ }