Add support for Ristretto

Replaces P-256 as the curve used for testing FROST.
This commit is contained in:
Luke Parker
2022-06-06 04:22:49 -04:00
parent e0ce6e5c12
commit 301634dd8e
12 changed files with 477 additions and 412 deletions

View File

@@ -11,7 +11,7 @@ use curve25519_dalek::{
use transcript::{Transcript as TranscriptTrait, DigestTranscript};
use frost::Curve;
pub use frost::curves::ed25519::Ed25519;
pub use frost::curves::dalek::Ed25519;
use dalek_ff_group as dfg;
use crate::random_scalar;