pub type U384 = Uint<crypto_bigint::::uint::U384::{constant#0}>;Expand description
384-bit unsigned big integer.
Aliased Type§
pub struct U384 { /* private fields */ }Trait Implementations§
Source§impl FieldBytesEncoding<NistP384> for U384
impl FieldBytesEncoding<NistP384> for U384
Source§fn decode_field_bytes(field_bytes: &FieldBytes) -> Self
fn decode_field_bytes(field_bytes: &FieldBytes) -> Self
Decode unsigned integer from serialized field element. Read more
Source§fn encode_field_bytes(&self) -> FieldBytes
fn encode_field_bytes(&self) -> FieldBytes
Encode unsigned integer into serialized field element. Read more
Source§impl From<&FieldElement> for U384
Available on crate feature arithmetic only.
impl From<&FieldElement> for U384
Available on crate feature
arithmetic only.Source§fn from(fe: &FieldElement) -> U384
fn from(fe: &FieldElement) -> U384
Converts to this type from the input type.
Source§impl From<FieldElement> for U384
Available on crate feature arithmetic only.
impl From<FieldElement> for U384
Available on crate feature
arithmetic only.Source§fn from(fe: FieldElement) -> U384
fn from(fe: FieldElement) -> U384
Converts to this type from the input type.