pub struct AteDoubleCoefficients<P: MNT4Config> {
pub c_h: Fp2<P::Fp2Config>,
pub c_4c: Fp2<P::Fp2Config>,
pub c_j: Fp2<P::Fp2Config>,
pub c_l: Fp2<P::Fp2Config>,
}
Fields§
§c_h: Fp2<P::Fp2Config>
§c_4c: Fp2<P::Fp2Config>
§c_j: Fp2<P::Fp2Config>
§c_l: Fp2<P::Fp2Config>
Trait Implementations§
source§impl<P: MNT4Config> CanonicalDeserialize for AteDoubleCoefficients<P>
impl<P: MNT4Config> CanonicalDeserialize for AteDoubleCoefficients<P>
source§fn deserialize_with_mode<R: Read>(
reader: R,
compress: Compress,
validate: Validate
) -> Result<Self, SerializationError>
fn deserialize_with_mode<R: Read>( reader: R, compress: Compress, validate: Validate ) -> Result<Self, SerializationError>
The general deserialize method that takes in customization flags.
fn deserialize_compressed<R>(reader: R) -> Result<Self, SerializationError>where R: Read,
fn deserialize_compressed_unchecked<R>( reader: R ) -> Result<Self, SerializationError>where R: Read,
fn deserialize_uncompressed<R>(reader: R) -> Result<Self, SerializationError>where R: Read,
fn deserialize_uncompressed_unchecked<R>( reader: R ) -> Result<Self, SerializationError>where R: Read,
source§impl<P: MNT4Config> CanonicalSerialize for AteDoubleCoefficients<P>
impl<P: MNT4Config> CanonicalSerialize for AteDoubleCoefficients<P>
source§fn serialize_with_mode<W: Write>(
&self,
writer: W,
compress: Compress
) -> Result<(), SerializationError>
fn serialize_with_mode<W: Write>( &self, writer: W, compress: Compress ) -> Result<(), SerializationError>
The general serialize method that takes in customization flags.