MCPcopy 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.rsbitvm/src/bn254/fr.rs
fq.rsbitvm/src/bn254/fq.rs

Calls 1

push_hexFunction · 0.85

Tested by

no test coverage detected