Vort b5a8483856 Add private key mutations | il y a 4 ans | |
---|---|---|
.. | ||
windows | il y a 4 ans | |
Makefile | il y a 4 ans | |
Makefile.mingw | il y a 4 ans | |
README.md | il y a 4 ans | |
fe_51_base.h | il y a 4 ans | |
sygcpp.cpp | il y a 4 ans | |
x25519-x86_64.asm | il y a 4 ans | |
x25519-x86_64.obj | il y a 4 ans | |
x25519.cpp | il y a 4 ans |
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.