| License | License | 
|---|---|
| GroupId | GroupIdcom.github.auties00 | 
| ArtifactId | ArtifactIdcurve25519 | 
| Last Version | Last Version1.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptioncom.github.auties00:curve25519 Curve25519 implementation based on Java 11 and the Java Cryptographic Architecture | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| curve25519-1.1.pom | |
| curve25519-1.1.jar | 118 KB | 
| curve25519-1.1-sources.jar | 85 KB | 
| curve25519-1.1-javadoc.jar | 117 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.auties00/curve25519/ -->
<dependency>
    <groupId>com.github.auties00</groupId>
    <artifactId>curve25519</artifactId>
    <version>1.1</version>
</dependency>// https://jarcasting.com/artifacts/com.github.auties00/curve25519/
implementation 'com.github.auties00:curve25519:1.1'// https://jarcasting.com/artifacts/com.github.auties00/curve25519/
implementation ("com.github.auties00:curve25519:1.1")'com.github.auties00:curve25519:jar:1.1'<dependency org="com.github.auties00" name="curve25519" rev="1.1">
  <artifact name="curve25519" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.auties00', module='curve25519', version='1.1')
)libraryDependencies += "com.github.auties00" % "curve25519" % "1.1"[com.github.auties00/curve25519 "1.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.bouncycastle : bcpkix-jdk15on | jar | 1.70 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.2 | 
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |