X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=crypto%2Fref10%2Ffe_1.c;fp=crypto%2Fref10%2Ffe_1.c;h=4c1f4dfba865bbb20f35deb86abbcc1b3f5405c1;hb=66bc25938679f1d6a1d1200f329093d82a5e99b4;hp=0000000000000000000000000000000000000000;hpb=a52ee0733f420ca20224049260d6fc5cf7d8f621;p=zpackage diff --git a/crypto/ref10/fe_1.c b/crypto/ref10/fe_1.c new file mode 100644 index 0000000..4c1f4df --- /dev/null +++ b/crypto/ref10/fe_1.c @@ -0,0 +1,14 @@ +#include + +void fe_1(int32_t h[10]) { + 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; +}