Skip to main content

U384

Type Alias U384 

Source
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 From<&FieldElement> for U384

Source§

fn from(fe: &FieldElement) -> U384

Converts to this type from the input type.
Source§

impl From<&Scalar> for U384

Source§

fn from(fe: &Scalar) -> U384

Converts to this type from the input type.
Source§

impl From<FieldElement> for U384

Source§

fn from(fe: FieldElement) -> U384

Converts to this type from the input type.
Source§

impl From<Scalar> for U384

Source§

fn from(fe: Scalar) -> U384

Converts to this type from the input type.