From 9455f00c01b7052a7f3c1602a20d51dbc5ecfd82 Mon Sep 17 00:00:00 2001 From: Pascal Berrang Date: Tue, 14 Apr 2020 13:58:14 +0200 Subject: [PATCH] Add benchmark for mixed-radix and radix-2 FFT resembling the Groth16 operations. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 92009fd..3814505 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ members = [ "crypto-primitives", "dpc", "ff-fft", + "ff-fft-benches", "gm17", "groth16", "r1cs-core",