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
impl FieldBytesEncoding<NistP521> for U576
source§fn decode_field_bytes(
field_bytes: &GenericArray<u8, <C as Curve>::FieldBytesSize>
) -> Self
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>
fn encode_field_bytes(&self) -> GenericArray<u8, <C as Curve>::FieldBytesSize>
Encode unsigned integer into serialized field element. Read more