Keypair

Type Alias Keypair 

Source
pub type Keypair = Keypair<E>;

Aliased Type§

pub struct Keypair {
    pub decryption_key: Fp<MontBackend<FrConfig, 4>, 4>,
}

Fields§

§decryption_key: Fp<MontBackend<FrConfig, 4>, 4>