MCPcopy 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

9use num_traits::Zero;
10
11pub struct G1Affine;
12
13impl G1Affine {
14 /// check line through one point, that is:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected