Type Definition elliptic_curve::FieldSize
source · pub type FieldSize<C> = <<C as Curve>::UInt as ArrayEncoding>::ByteSize;
Expand description
Size of field elements of this elliptic curve.
pub type FieldSize<C> = <<C as Curve>::UInt as ArrayEncoding>::ByteSize;
Size of field elements of this elliptic curve.