aboutsummaryrefslogtreecommitdiff
path: root/third_party/openssl-nistz256-amd64/nistz256.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/openssl-nistz256-amd64/nistz256.h')
-rw-r--r--third_party/openssl-nistz256-amd64/nistz256.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/third_party/openssl-nistz256-amd64/nistz256.h b/third_party/openssl-nistz256-amd64/nistz256.h
deleted file mode 100644
index 623695747..000000000
--- a/third_party/openssl-nistz256-amd64/nistz256.h
+++ /dev/null
@@ -1,14 +0,0 @@
-typedef struct {
- uint64_t X[4];
- uint64_t Y[4];
- uint64_t Z[4];
-} P256_POINT;
-
-typedef struct {
- uint64_t X[4];
- uint64_t Y[4];
-} P256_POINT_AFFINE;
-
-void ecp_nistz256_point_add_affine(P256_POINT *r,
- const P256_POINT *a,
- const P256_POINT_AFFINE *b);