Constant crypto_bigint::LIMB_BYTES
source · [−]pub const LIMB_BYTES: usize = 8;
👎 Deprecated since 0.2.2:
use Limb::BYTE_SIZE
instead
Expand description
Number of bytes in a Limb
.
pub const LIMB_BYTES: usize = 8;
use Limb::BYTE_SIZE
instead
Number of bytes in a Limb
.