Vort b5a8483856 Add private key mutations | пре 4 година | |
---|---|---|
.. | ||
windows | пре 4 година | |
Makefile | пре 4 година | |
Makefile.mingw | пре 4 година | |
README.md | пре 4 година | |
fe_51_base.h | пре 4 година | |
sygcpp.cpp | пре 4 година | |
x25519-x86_64.asm | пре 4 година | |
x25519-x86_64.obj | пре 4 година | |
x25519.cpp | пре 4 година |
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.