pub struct Console;
Trait Implementations§
source§impl<'de> Deserialize<'de> for Console
impl<'de> Deserialize<'de> for Console
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Environment for Console
impl Environment for Console
source§const EDWARDS_A: Self::Field = <EdwardsParameters as TwistedEdwardsParameters>::EDWARDS_A
const EDWARDS_A: Self::Field = <EdwardsParameters as TwistedEdwardsParameters>::EDWARDS_A
The coefficient A
of the twisted Edwards curve.
source§const EDWARDS_D: Self::Field = <EdwardsParameters as TwistedEdwardsParameters>::EDWARDS_D
const EDWARDS_D: Self::Field = <EdwardsParameters as TwistedEdwardsParameters>::EDWARDS_D
The coefficient D
of the twisted Edwards curve.
source§const MONTGOMERY_A: Self::Field = <EdwardsParameters as MontgomeryParameters>::MONTGOMERY_A
const MONTGOMERY_A: Self::Field = <EdwardsParameters as MontgomeryParameters>::MONTGOMERY_A
The coefficient A
of the Montgomery curve.
source§const MONTGOMERY_B: Self::Field = <EdwardsParameters as MontgomeryParameters>::MONTGOMERY_B
const MONTGOMERY_B: Self::Field = <EdwardsParameters as MontgomeryParameters>::MONTGOMERY_B
The coefficient B
of the Montgomery curve.
type Affine = Affine<EdwardsParameters>
type BigInteger = <<Console as Environment>::Field as PrimeField>::BigInteger
type Field = <<Console as Environment>::Affine as AffineCurve>::BaseField
type PairingCurve = Bls12<Bls12_377Parameters>
type Projective = <<Console as Environment>::Affine as AffineCurve>::Projective
type Scalar = <<Console as Environment>::Affine as AffineCurve>::ScalarField
source§const MAX_STRING_BYTES: u32 = 255u32
const MAX_STRING_BYTES: u32 = 255u32
The maximum number of bytes allowed in a string.