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

Class BigIntImpl

bitvm/src/bigint/mod.rs:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9#[derive(Debug)]
10pub struct BigIntImpl<const N_BITS: u32, const LIMB_SIZE: u32> {}
11
12impl<const N_BITS: u32, const LIMB_SIZE: u32> BigIntImpl<N_BITS, LIMB_SIZE> {
13 pub const N_BITS: u32 = N_BITS;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected