mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-07 22:04:10 -05:00
chore(zk): add 1 * 64 benches with production CRS
This commit is contained in:
committed by
Nicolas Sarlin
parent
5f2e7e31f1
commit
312ce494bf
@@ -33,8 +33,8 @@ impl ProofConfig {
|
||||
|
||||
fn default_proof_config() -> Vec<ProofConfig> {
|
||||
vec![
|
||||
ProofConfig::new(64usize, &[64usize]),
|
||||
ProofConfig::new(2048, &[4 * 64, 10 * 64, 2048]),
|
||||
ProofConfig::new(64, &[64]),
|
||||
ProofConfig::new(2048, &[64, 4 * 64, 2048]),
|
||||
ProofConfig::new(4096, &[4096]),
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user