mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-12-05 21:27:13 -06:00
add amd64-{51-30k,64-24k} from SUPERCOP, now use autoconf
This commit is contained in:
7
ed25519/amd64-51-30k/ge25519_base.c
Normal file
7
ed25519/amd64-51-30k/ge25519_base.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "ge25519.h"
|
||||
|
||||
/* Base point in P^3 coordinates (with Z=1) */
|
||||
const ge25519 ge25519_base = {{{0x00062d608f25d51a, 0x000412a4b4f6592a, 0x00075b7171a4b31d, 0x0001ff60527118fe, 0x000216936d3cd6e5}},
|
||||
{{0x0006666666666658, 0x0004cccccccccccc, 0x0001999999999999, 0x0003333333333333, 0x0006666666666666}},
|
||||
{{0x0000000000000001, 0x0000000000000000, 0x0000000000000000, 0x0000000000000000, 0x0000000000000000}},
|
||||
{{0x00068AB3A5B7DDA3, 0x00000EEA2A5EADBB, 0x0002AF8DF483C27E, 0x000332B375274732, 0x00067875F0FD78B7}}};
|
||||
Reference in New Issue
Block a user