mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-14 01:41:31 +01:00
Document r1cs-std
This commit is contained in:
@@ -3,6 +3,7 @@ use algebra::ed_on_bn254::*;
|
||||
|
||||
use crate::ed_on_bn254::FqVar;
|
||||
|
||||
/// A variable that is the R1CS equivalent of `algebra::ed_on_bn254::EdwardsAffine`.
|
||||
pub type EdwardsVar = AffineVar<EdwardsParameters, FqVar>;
|
||||
|
||||
#[test]
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
use crate::fields::fp::FpVar;
|
||||
|
||||
/// A variable that is the R1CS equivalent of `algebra::ed_on_bn254::Fq`.
|
||||
pub type FqVar = FpVar<algebra::ed_on_bn254::Fq>;
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user