Type Definition crypto_bigint::U4096 [−][src]
pub type U4096 = UInt<{ 4096 / crate::Limb::BIT_SIZE }>;
Expand description
4096-bit unsigned big integer
Trait Implementations
Deserialize from a big-endian byte array.
Deserialize from a little-endian byte array.
Serialize to a big-endian byte array.
Serialize to a little-endian byte array.
Decode from big endian bytes.
Decode from little endian bytes.
Encode to big endian bytes.
Encode to little endian bytes.