mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-05-19 16:30:21 +00:00
init
This commit is contained in:
commit
9b80e8676c
95 changed files with 6502 additions and 0 deletions
19
ed25519/ref10/fe_1.c
Normal file
19
ed25519/ref10/fe_1.c
Normal file
|
@ -0,0 +1,19 @@
|
|||
#include "fe.h"
|
||||
|
||||
/*
|
||||
h = 1
|
||||
*/
|
||||
|
||||
void fe_1(fe h)
|
||||
{
|
||||
h[0] = 1;
|
||||
h[1] = 0;
|
||||
h[2] = 0;
|
||||
h[3] = 0;
|
||||
h[4] = 0;
|
||||
h[5] = 0;
|
||||
h[6] = 0;
|
||||
h[7] = 0;
|
||||
h[8] = 0;
|
||||
h[9] = 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue