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

Method check_validity

bitvm/src/bn254/fq6.rs:729–735  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

727 }
728
729 pub fn check_validity() -> Script {
730 script! {
731 for _ in 0..3 {
732 { Fq2::check_validity() }
733 }
734 }
735 }
736}
737
738#[cfg(test)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected