pub type FieldBytes<C> = GenericArray<u8, <C as Curve>::FieldBytesSize>;Expand description
Byte representation of a base/scalar field element of a given curve.
Aliased Typeยง
struct FieldBytes<C> { /* private fields */ }pub type FieldBytes<C> = GenericArray<u8, <C as Curve>::FieldBytesSize>;Byte representation of a base/scalar field element of a given curve.
struct FieldBytes<C> { /* private fields */ }