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

Method check_validity

bitvm/src/bn254/fq12.rs:286–292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

284 }
285
286 pub fn check_validity() -> Script {
287 script! {
288 for _ in 0..2 {
289 { Fq6::check_validity() }
290 }
291 }
292 }
293}
294
295#[cfg(test)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected