Module ark_r1cs_std::groups

source ·
Expand description

This module implements gadgets related to group arithmetic, and specifically elliptic curve arithmetic.

Re-exports

pub use self::curves::short_weierstrass::bls12;
pub use self::curves::short_weierstrass::mnt4;
pub use self::curves::short_weierstrass::mnt6;

Modules

This module contains implementations of arithmetic for various curve models.

Traits

A variable that represents a curve point for the curve C.
A hack used to work around the lack of implied bounds.