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

Method equalverify

bitvm/src/bn254/fp254impl.rs:116–118  ·  view source on GitHub ↗
(a: u32, b: u32)

Source from the content-addressed store, hash-verified

114
115 #[inline]
116 fn equalverify(a: u32, b: u32) -> Script {
117 U254::equalverify(a, b)
118 }
119
120 fn is_zero(a: u32) -> Script {
121 U254::is_zero(a)

Callers

nothing calls this directly

Implementers 2

fr.rsbitvm/src/bn254/fr.rs
fq.rsbitvm/src/bn254/fq.rs

Calls 1

equalverifyFunction · 0.50

Tested by

no test coverage detected