Skip to content

Commit

Permalink
Move hash-to-curve tests to tests/ for compilation performance
Browse files Browse the repository at this point in the history
Extracted from #90.
  • Loading branch information
str4d committed Jul 21, 2024
1 parent 4df4518 commit 5ffba28
Show file tree
Hide file tree
Showing 7 changed files with 1,344 additions and 1,335 deletions.
12 changes: 12 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,15 @@ pairings = ["groups", "pairing"]
alloc = ["group/alloc"]
experimental = ["digest"]
nightly = ["subtle/nightly"]

[[test]]
name = "expand_msg"
required-features = ["alloc", "experimental"]

[[test]]
name = "hash_to_curve_g1"
required-features = ["experimental"]

[[test]]
name = "hash_to_curve_g2"
required-features = ["experimental"]
Loading

0 comments on commit 5ffba28

Please sign in to comment.