Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ G1Affine
Class
G1Affine
bitvm/src/bn254/g1.rs:11–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
use num_traits::Zero;
10
11
pub struct G1Affine;
12
13
impl G1Affine {
14
/// check line through one point, that is:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected