Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
impl G2Prepared {
177
pub fn is_zero(&self) -> bool {
178
self.infinity
179
}
180
}
181
182
pub fn mul_by_char(r: ark_bn254::G2Affine) -> ark_bn254::G2Affine {
Callers
1
multi_miller_loop_affine
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected