Word
crypto_
bigint
0.5.5
Word
Trait Implementations
From<Limb>
In crate crypto_
bigint
Modules
consts
modular
prelude
Macros
const_assert_eq
const_assert_ne
const_residue
impl_modulus
nlimbs
Structs
Checked
CtChoice
Limb
NonZero
Reciprocal
Uint
Wrapping
Traits
AddMod
ArrayDecoding
ArrayEncoding
Bounded
CheckedAdd
CheckedMul
CheckedSub
Concat
ConcatMixed
Encoding
Integer
Invert
MulMod
MultiExponentiate
MultiExponentiateBoundedExp
NegMod
Pow
PowBoundedExp
Random
RandomMod
Split
SplitMixed
Square
SubMod
Zero
Type Aliases
ByteArray
U1024
U128
U1280
U1536
U16384
U1792
U192
U2048
U256
U3072
U320
U32768
U3584
U384
U4096
U4224
U4352
U448
U512
U576
U6144
U64
U640
U704
U768
U8192
U832
U896
U960
WideWord
Word
crypto_bigint
Type Alias
Word
Copy item path
Settings
Help
Summary
Source
pub type Word =
u64
;
Expand description
Unsigned integer type that the
Limb
newtype wraps.
Trait Implementations
§
Source
§
impl
From
<
Limb
> for
Word
Source
§
fn
from
(limb:
Limb
) ->
Word
Converts to this type from the input type.