aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/NISTP256/AMD64/bench_madd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Specific/NISTP256/AMD64/bench_madd.c')
-rw-r--r--src/Specific/NISTP256/AMD64/bench_madd.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Specific/NISTP256/AMD64/bench_madd.c b/src/Specific/NISTP256/AMD64/bench_madd.c
deleted file mode 100644
index f247a6670..000000000
--- a/src/Specific/NISTP256/AMD64/bench_madd.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdint.h>
-#include "p256.h"
-
-void bench_madd(unsigned char* buf) {
- uint64_t* r = (uint64_t*) buf;
- p256_jacobian_add_affine(r, r, r+12);
-}