Installation

This library is available at Maven Central. Feel free to copy and paste code blocks below to integrate it to your application.

build.gradle

repositories {
    mavenCentral()
}

Maven

<dependency>
    <groupId>dev.sublab</groupId>
    <artifactId>curve25519-kotlin</artifactId>
    <version>1.0.0</version>
</dependency>

Gradle

implementation 'dev.sublab:curve25519-kotlin:1.0.0'

Last updated