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

Method check_validity

bitvm/src/bn254/fq2.rs:364–370  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

362 }
363
364 pub fn check_validity() -> Script {
365 script! {
366 for _ in 0..2 {
367 { Fq::check_validity() }
368 }
369 }
370 }
371}
372
373#[cfg(test)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected