Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ push_modulus
Method
push_modulus
bitvm/src/bn254/fp254impl.rs:63–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
62
#[inline]
63
fn push_modulus() -> Script {
64
U254::push_hex(Self::MODULUS)
65
}
66
67
#[inline]
68
fn push_zero() -> Script {
Callers
nothing calls this directly
Implementers
2
fr.rs
bitvm/src/bn254/fr.rs
fq.rs
bitvm/src/bn254/fq.rs
Calls
1
push_hex
Function · 0.85
Tested by
no test coverage detected