DecryptionSharePrecomputed

Type Alias DecryptionSharePrecomputed 

Source
pub type DecryptionSharePrecomputed = DecryptionSharePrecomputed;

Aliased Type§

pub struct DecryptionSharePrecomputed {
    pub decrypter_index: usize,
    pub decryption_share: QuadExtField<Fp12ConfigWrapper<Fq12Config>>,
    pub validator_checksum: ValidatorShareChecksum<Bls12<Config>>,
}

Fields§

§decrypter_index: usize§decryption_share: QuadExtField<Fp12ConfigWrapper<Fq12Config>>§validator_checksum: ValidatorShareChecksum<Bls12<Config>>