Skip to content

Commit

Permalink
[nimble] add finite field FFT, Groth16 related tests to nimble file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Aug 20, 2024
1 parent 56dfdf6 commit 05a8612
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions constantine.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ const testDesc: seq[tuple[path: string, useGMP: bool]] = @[
# Polynomials
# ----------------------------------------------------------
("tests/math_polynomials/t_polynomials.nim", false),
("tests/math_polynomials/t_finite_field_fft.nim", false),

# Protocols
# ----------------------------------------------------------
Expand All @@ -571,6 +572,9 @@ const testDesc: seq[tuple[path: string, useGMP: bool]] = @[
# Proof systems
# ----------------------------------------------------------
("tests/proof_systems/t_r1cs_parser.nim", false),
("tests/proof_systems/t_wtns_parser.nim", false),
("tests/proof_systems/t_zkey_parser.nim", false),
("tests/proof_systems/t_groth16_prover.nim", false),
("tests/interactive_proofs/t_multilinear_extensions.nim", false),
]

Expand Down

0 comments on commit 05a8612

Please sign in to comment.