aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/NISTP256/AMD64/bench_madd.c
diff options
context:
space:
mode:
authorGravatar Andres Erbsen <andreser@mit.edu>2019-01-08 04:21:38 -0500
committerGravatar Andres Erbsen <andreser@mit.edu>2019-01-09 22:49:02 -0500
commit3ca227f1137e6a3b65bc33f5689e1c230d591595 (patch)
treee1e5a2dd2a2f34f239d3276227ddbdc69eeeb667 /src/Specific/NISTP256/AMD64/bench_madd.c
parent3ec21c64b3682465ca8e159a187689b207c71de4 (diff)
remove old pipeline
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);
-}