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

Class Fq

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

Source from the content-addressed store, hash-verified

11use crate::treepp::*;
12
13pub struct Fq;
14
15impl Fp254Impl for Fq {
16 const MODULUS: &'static str =

Calls

no outgoing calls