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