diff options
author | Jakob Unterwurzacher | 2016-09-26 23:06:40 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-09-26 23:06:40 +0200 |
commit | d9fc652df0957e464d83c87a164ee2b70cb9e4ee (patch) | |
tree | e78fea198a91c00b926e312d33598cf4fe93ffb2 /internal/siv_aead/benchmark.bash | |
parent | 0e277ba19e3a18093c33d3927739031b76892de3 (diff) |
siv_aead: add AES-SIV AEAD wrapper
Diffstat (limited to 'internal/siv_aead/benchmark.bash')
-rwxr-xr-x | internal/siv_aead/benchmark.bash | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/internal/siv_aead/benchmark.bash b/internal/siv_aead/benchmark.bash new file mode 100755 index 0000000..40b57b3 --- /dev/null +++ b/internal/siv_aead/benchmark.bash @@ -0,0 +1,7 @@ +#!/bin/bash + +set -eu + +cd "$(dirname "$0")" + +../stupidgcm/benchmark.bash |