pub type FieldBytes = Array<u8, U32>;
Byte representation of a base/scalar field element of a given curve.
#[repr(transparent)]pub struct FieldBytes(pub [u8; 32]);
0: [u8; 32]