Browse Source

Add benchmark for mixed-radix and radix-2 FFT resembling the Groth16 operations.

master
Pascal Berrang 4 years ago
committed by Pratyush Mishra
parent
commit
9455f00c01
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Cargo.toml

+ 1
- 0
Cargo.toml

@ -9,6 +9,7 @@ members = [
"crypto-primitives", "crypto-primitives",
"dpc", "dpc",
"ff-fft", "ff-fft",
"ff-fft-benches",
"gm17", "gm17",
"groth16", "groth16",
"r1cs-core", "r1cs-core",

Loading…
Cancel
Save