aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/NISTP256/AMD64/p256.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Specific/NISTP256/AMD64/p256.h')
-rw-r--r--src/Specific/NISTP256/AMD64/p256.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Specific/NISTP256/AMD64/p256.h b/src/Specific/NISTP256/AMD64/p256.h
deleted file mode 100644
index 4cf271dfd..000000000
--- a/src/Specific/NISTP256/AMD64/p256.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#include <stdint.h>
-void p256_jacobian_add_affine(
- uint64_t P3[12],
- uint64_t P1[12],
- uint64_t P2[8]);