☰
U256
U256
Trait Implementations
From<&Scalar>
From<Scalar>
In k256
Modules
ecdsa
Structs
AffinePoint
ProjectivePoint
Scalar
Secp256k1
Type Definitions
CompressedPoint
EncodedPoint
FieldBytes
NonZeroScalar
PublicKey
SecretKey
U256
?
Type Definition
k256
::
U256
source
·
[
−
]
pub type U256 =
UInt
<crypto_bigint::::uint::U256::{constant#0}>;
Expand description
256-bit unsigned big integer.
Trait Implementations
§
source
§
impl
From
<&
Scalar
> for
U256
source
§
fn
from
(scalar: &
Scalar
) -> Self
Converts to this type from the input type.
source
§
impl
From
<
Scalar
> for
U256
source
§
fn
from
(scalar:
Scalar
) -> Self
Converts to this type from the input type.