mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Add eddsa from ref10 implementation (with some modifications).
This commit is contained in:
8
core/crypto/ed25519/ge_precomp_0.cpp
Normal file
8
core/crypto/ed25519/ge_precomp_0.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "ge.h"
|
||||
|
||||
void ge_precomp_0(ge_precomp *h)
|
||||
{
|
||||
fe_1(h->yplusx);
|
||||
fe_1(h->yminusx);
|
||||
fe_0(h->xy2d);
|
||||
}
|
||||
Reference in New Issue
Block a user