Skip to main content

FieldBytes

Type Alias FieldBytes 

Source
pub type FieldBytes = Array<u8, U32>;
Expand description

Byte representation of a base/scalar field element of a given curve.

Aliased Type§

#[repr(transparent)]
pub struct FieldBytes(pub [u8; 32]);

Tuple Fields§

§0: [u8; 32]