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