Skip to content

Release v1.0.6

Latest

Choose a tag to compare

@muquit muquit released this 29 Jun 21:53

Release v1.0.6

libsodium-jna v1.0.6 is a stable release that continues to work with the latest libsodium v1.0.22. Please look at ChangeLog for details.

Maven dependency

    <!--  As of v1.0.6, libsodium-jna is in the maven central. -->
    <dependency>
        <groupId>com.muquit.libsodiumjna</groupId>
        <artifactId>libsodium-jna</artifactId>
        <version>1.0.6</version>
    </dependency>

Gradle dependency

dependencies {
    implementation 'com.muquit.libsodiumjna:libsodium-jna:1.0.6'
}

Please clone the repo if you need to compile with gradle. The source here does not have gradle build file and unit test as they were added after the release.

Documentation