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

Class BigIntConfig

fuzz/fuzz_targets/bigint/bigint_transform.rs:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25// Note: This doesn't consider every limb permutation
26#[derive(Debug)]
27pub struct BigIntConfig<const TRANSFORM_LIST_SIZE: usize = 500> {
28 pub value: Vec<u32>,
29 pub bigint_type: BigIntType,
30 pub transform_list: [u32; TRANSFORM_LIST_SIZE],
31}
32
33impl BigIntType {
34 pub fn from_index(idx: u32) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected