Vort b5a8483856 Add private key mutations | hace 4 años | |
---|---|---|
.. | ||
windows | hace 4 años | |
Makefile | hace 4 años | |
Makefile.mingw | hace 4 años | |
README.md | hace 4 años | |
fe_51_base.h | hace 4 años | |
sygcpp.cpp | hace 4 años | |
x25519-x86_64.asm | hace 4 años | |
x25519-x86_64.obj | hace 4 años | |
x25519.cpp | hace 4 años |
pacman -S make mingw-w64-x86_64-gcc mingw-w64-x86_64-libsodium
make
sygcpp.exe
sudo apt-get install make g++ libsodium-dev
make
./sygcpp
Note: If you want compile static binary, add STATIC=yes
or STATIC=full
to make
command. That works only on Linux.