mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-27 14:13:46 +01:00
Rename all *Parameters to *Config (#136)
* Rename all `*Parameters` to `*Config` * Tweak
This commit is contained in:
@@ -3,10 +3,10 @@ use ark_r1cs_std::groups::curves::{short_weierstrass::ProjectiveVar, twisted_edw
|
||||
use crate::{constraints::FqVar, *};
|
||||
|
||||
/// A variable that is the R1CS equivalent of `crate::EdwardsAffine`.
|
||||
pub type EdwardsVar = AffineVar<JubjubParameters, FqVar>;
|
||||
pub type EdwardsVar = AffineVar<JubjubConfig, FqVar>;
|
||||
|
||||
/// A variable that is the R1CS equivalent of `crate::SWProjective`
|
||||
pub type SWVar = ProjectiveVar<JubjubParameters, FqVar>;
|
||||
pub type SWVar = ProjectiveVar<JubjubConfig, FqVar>;
|
||||
|
||||
#[test]
|
||||
fn test() {
|
||||
|
||||
Reference in New Issue
Block a user