diff --git a/hash/cpu/bench/SHA256/C/.gitignore b/hash/cpu/bench/SHA256/C/.gitignore new file mode 100644 index 0000000..3dcad32 --- /dev/null +++ b/hash/cpu/bench/SHA256/C/.gitignore @@ -0,0 +1,2 @@ +bench_linear +bench_merkle diff --git a/hash/cpu/bench/SHA256/C/bench_linear b/hash/cpu/bench/SHA256/C/bench_linear deleted file mode 100755 index 6881fd9..0000000 Binary files a/hash/cpu/bench/SHA256/C/bench_linear and /dev/null differ diff --git a/hash/cpu/bench/SHA256/C/bench_merkle b/hash/cpu/bench/SHA256/C/bench_merkle deleted file mode 100755 index 1165b5b..0000000 Binary files a/hash/cpu/bench/SHA256/C/bench_merkle and /dev/null differ