Skip to content

Commit

Permalink
Update curves and re-enable curve25519 test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaker committed Jan 31, 2024
1 parent 3d44924 commit 92ca761
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions src/plugins/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ where
.challenge_scalars(1, "chal")
}

// Check that the transcripts generated using the Group trait can be compatible with transcripts generated using group.
#[ignore = "Change sign of generator to make this work"]
#[test]
fn test_compatible_curve25519() {
type ArkG = ark_curve25519::EdwardsProjective;
Expand All @@ -54,7 +52,7 @@ fn test_compatible_bls12_381() {
compatible_groups::<ArkG, GroupG>();
}

#[ignore = "Looks like there's a length mismatch in the encoded values."]
#[ignore = "arkworks adds trailing 0-byte"]
#[test]
fn test_compatible_pasta() {
type ArkG = ark_vesta::Projective;
Expand Down

0 comments on commit 92ca761

Please sign in to comment.