aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/p384.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/p384.h')
-rw-r--r--src/include/ipxe/p384.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/include/ipxe/p384.h b/src/include/ipxe/p384.h
new file mode 100644
index 000000000..f4631b5f2
--- /dev/null
+++ b/src/include/ipxe/p384.h
@@ -0,0 +1,19 @@
+#ifndef _IPXE_P384_H
+#define _IPXE_P384_H
+
+/** @file
+ *
+ * NIST P-384 elliptic curve
+ *
+ */
+
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+
+#include <ipxe/weierstrass.h>
+
+/** P-384 value length */
+#define P384_LEN ( 384 / 8 )
+
+extern struct elliptic_curve p384_curve;
+
+#endif /* _IPXE_P384_H */