Macro crypto_bigint::nlimbs
source · macro_rules! nlimbs {
($bits:expr) => { ... };
}
Expand description
Calculate the number of limbs required to represent the given number of bits.
macro_rules! nlimbs {
($bits:expr) => { ... };
}
Calculate the number of limbs required to represent the given number of bits.