MCPcopy Create free account
hub / github.com/BitVM/BitVM / n_bits

Method n_bits

fuzz/fuzz_targets/bigint/bigint_transform.rs:44–51  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

42 }
43
44 pub fn n_bits(&self) -> u32 {
45 match self {
46 BigIntType::U64(_) => U64::N_BITS,
47 BigIntType::U254(_) => U254::N_BITS,
48 BigIntType::U256(_) => U256::N_BITS,
49 BigIntType::U384(_) => U384::N_BITS,
50 }
51 }
52
53 pub fn limb_size(&self) -> u32 {
54 match self {

Callers 1

arbitraryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected