Skip to content

Commit

Permalink
Add hashing libraries, rename pcrypt libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Noctem committed Nov 12, 2016
1 parent 9bf3a64 commit a9a3690
Show file tree
Hide file tree
Showing 18 changed files with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions howto_compile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ Thanks a lot to @marcel
use "make all"


https://gist.github.com/ZeChrales/28373120d41829d8e4cd3bdc959cb275
https://gist.github.com/Noctem/018c107d6a6297c24e36a00d4da046c9
Thanks a lot to @Waryas
Linux :
cc -fPIC -shared -o libnhash.so libnhash.c
Windows :
oh plz !
Linux:
cc -fPIC -O3 -shared niahash.c -o libniantichash-linux-x86-64.so
macOS:
clang -march=core2 -shared -fPIC -mmacosx-version-min=10.7 -O3 niahash.c -o libniantichash-macos-x86-64.dylib
Windows:
x86_64-w64-mingw32-gcc -O3 -fPIC -shared niahash.c -o libniantichash-windows-x86-64.dll
Binary file added libniantichash-freebsd-i386.so
Binary file not shown.
Binary file added libniantichash-freebsd-x86-64.so
Binary file not shown.
Binary file removed libniantichash-linux-arm-32.so
Binary file not shown.
Binary file added libniantichash-linux-arm32.so
Binary file not shown.
Binary file added libniantichash-linux-arm64.so
Binary file not shown.
Binary file added libniantichash-linux-i386.so
Binary file not shown.
Binary file added libniantichash-linux-x86-64.so
Binary file not shown.
Binary file added libniantichash-macos-i386.dylib
Binary file not shown.
Binary file added libniantichash-macos-x86-64.dylib
Binary file not shown.
Binary file added libniantichash-windows-i686.dll
Binary file not shown.
Binary file added libniantichash-windows-x86-64.dll
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a9a3690

Please sign in to comment.