All Downloads are FREE. Search and download functionalities are using the official Maven repository.

argon2.jargon2-native-ri-binaries-generic.1.0.1.source-code.README.md Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
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`




© 2015 - 2024 Weber Informatics LLC | Privacy Policy