summaryrefslogtreecommitdiffstats
path: root/rust/vendor/ctr/benches/aes128.rs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 17:39:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 17:39:49 +0000
commita0aa2307322cd47bbf416810ac0292925e03be87 (patch)
tree37076262a026c4b48c8a0e84f44ff9187556ca35 /rust/vendor/ctr/benches/aes128.rs
parentInitial commit. (diff)
downloadsuricata-a0aa2307322cd47bbf416810ac0292925e03be87.tar.xz
suricata-a0aa2307322cd47bbf416810ac0292925e03be87.zip
Adding upstream version 1:7.0.3.upstream/1%7.0.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'rust/vendor/ctr/benches/aes128.rs')
-rw-r--r--rust/vendor/ctr/benches/aes128.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/vendor/ctr/benches/aes128.rs b/rust/vendor/ctr/benches/aes128.rs
new file mode 100644
index 0000000..f3262a0
--- /dev/null
+++ b/rust/vendor/ctr/benches/aes128.rs
@@ -0,0 +1,3 @@
+#![feature(test)]
+
+cipher::stream_cipher_sync_bench!(ctr::Ctr128<aes::Aes128>);