MCPcopy Create free account
hub / github.com/BitVM/BitVM / fq.rs

File fq.rs

bitvm/src/bn254/fq.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#![allow(clippy::reversed_empty_ranges)]
2use std::str::FromStr;
3
4use num_bigint::{BigInt, BigUint};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected