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
 
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