argon2.jargon2-native-ri-binaries-generic.1.0.1.source-code.README.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jargon2-native-ri-binaries-generic Show documentation
Show all versions of jargon2-native-ri-binaries-generic Show documentation
Generic binaries for Jargon2 native RI backend
This directory stores the compiled versions of the Argon2 C library.
The subfolders must have the name of the platform, for which the library has been compiled. See [the JNA documentation](https://java-native-access.github.io/jna/4.2.1/com/sun/jna/NativeLibrary.html) for details. You can use [this tool](https://github.com/phxql/jna-info) to retrieve the platform name.
The libraries are compiled from [this source code](https://github.com/P-H-C/phc-winner-argon2/releases/tag/20161029).
## Linux:
* x64: `make clean && CFLAGS=-m64 OPTTARGET=generic make`
* x86: `make clean && CFLAGS=-m32 OPTTARGET=generic make`
## Windows
Compiled with Visual Studio 2015, `ReleaseStatic` configuration
## OSX:
* `make clean && OPTTARGET=generic make`