U576

Type Alias U576 

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

576-bit unsigned big integer.

Aliased Type§

pub 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

Source§

fn from(scalar: &Scalar) -> U576

Converts to this type from the input type.
Source§

impl From<Scalar> for U576

Source§

fn from(scalar: Scalar) -> U576

Converts to this type from the input type.