Type Alias p521::U576

pub type U576 = Uint<crypto_bigint::::uint::U576::{constant#0}>;
Expand description

576-bit unsigned big integer.

Aliased Type§

struct U576 { /* private fields */ }

Trait Implementations§

source§

impl FieldBytesEncoding<NistP521> for U576

source§

fn decode_field_bytes( field_bytes: &GenericArray<u8, <C as Curve>::FieldBytesSize> ) -> Self

Decode unsigned integer from serialized field element. Read more
source§

fn encode_field_bytes(&self) -> GenericArray<u8, <C as Curve>::FieldBytesSize>

Encode unsigned integer into serialized field element. Read more
source§

impl From<&Scalar> for U576

Available on crate feature arithmetic only.
source§

fn from(scalar: &Scalar) -> U576

Converts to this type from the input type.
source§

impl From<Scalar> for U576

Available on crate feature arithmetic only.
source§

fn from(scalar: Scalar) -> U576

Converts to this type from the input type.