Skip to content

Commit b819f23

Browse files
committed
Dump version 0.3.2-test8
1 parent 58f16fd commit b819f23

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "generic-anon-ake"
3-
version = "0.3.2-test7"
3+
version = "0.3.2-test8"
44
edition = "2021"
55
default-run = "generic-anon-ake"
66

benches/performance_classic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use generic_anon_ake::classic::{
1111

1212
const SAMPLES: usize = 10;
1313
const LOW_LIMIT: u32 = 6;
14-
const UPP_LIMIT: u32 = 15; // Fix: Change to 17
14+
const UPP_LIMIT: u32 = 11; // Fix: Change to 17
1515
const WARMUP: u64 = 1;
1616

1717
fn bench_1(c: &mut Criterion) {

benches/performance_pq.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use generic_anon_ake::{
1616

1717
const SAMPLES: usize = 10;
1818
const LOW_LIMIT: u32 = 6;
19-
const UPP_LIMIT: u32 = 15; // Fix: Change to 17
19+
const UPP_LIMIT: u32 = 11; // Fix: Change to 17
2020
const WARMUP: u64 = 1;
2121
const ALGS: [(&'static str, &'static str); 6] = [
2222
("Kyber1024", "Dilithium5"),

0 commit comments

Comments
 (0)