summaryrefslogtreecommitdiff
path: root/ext/ed25519-amd64-asm/ge25519_base.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ed25519-amd64-asm/ge25519_base.c')
-rw-r--r--ext/ed25519-amd64-asm/ge25519_base.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/ed25519-amd64-asm/ge25519_base.c b/ext/ed25519-amd64-asm/ge25519_base.c
new file mode 100644
index 00000000..a7ae9786
--- /dev/null
+++ b/ext/ed25519-amd64-asm/ge25519_base.c
@@ -0,0 +1,7 @@
+#include "ge25519.h"
+
+const ge25519 ge25519_base = {{{0xC9562D608F25D51A, 0x692CC7609525A7B2, 0xC0A4E231FDD6DC5C, 0x216936D3CD6E53FE}},
+ {{0x6666666666666658, 0x6666666666666666, 0x6666666666666666, 0x6666666666666666}},
+ {{0x0000000000000001, 0x0000000000000000, 0x0000000000000000, 000000000000000000}},
+ {{0x6DDE8AB3A5B7DDA3, 0x20F09F80775152F5, 0x66EA4E8E64ABE37D, 0x67875F0FD78B7665}}};
+