Rename curves

This commit is contained in:
Pratyush Mishra
2020-06-09 23:08:29 -07:00
parent 07e8c79d79
commit 1959a3de63
31 changed files with 91 additions and 83 deletions

View File

@@ -54,7 +54,8 @@ pub trait SignatureScheme {
mod test {
use crate::{signature::schnorr::SchnorrSignature, SignatureScheme};
use algebra::{
groups::Group, jubjub::JubJubAffine as JubJub, test_rng, to_bytes, ToBytes, UniformRand,
edwards_on_bls12_381::EdwardsAffine as JubJub, groups::Group, test_rng, to_bytes, ToBytes,
UniformRand,
};
use blake2::Blake2s;