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

Method limb_size

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

Source from the content-addressed store, hash-verified

51 }
52
53 pub fn limb_size(&self) -> u32 {
54 match self {
55 BigIntType::U64(_) => U64::LIMB_SIZE,
56 BigIntType::U254(_) => U254::LIMB_SIZE,
57 BigIntType::U256(_) => U256::LIMB_SIZE,
58 BigIntType::U384(_) => U384::LIMB_SIZE,
59 }
60 }
61}
62
63impl BigIntConfig {

Callers 1

arbitraryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected