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

Method is_zero

bitvm/src/bn254/ell_coeffs.rs:177–179  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

175
176impl G2Prepared {
177 pub fn is_zero(&self) -> bool {
178 self.infinity
179 }
180}
181
182pub fn mul_by_char(r: ark_bn254::G2Affine) -> ark_bn254::G2Affine {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected