is not current version
Last Version 2.0

com.github.netricecake:x25519 1.0

Elliptic Curve Diffie-Hellman

Categories

Categories

Net
GroupId

GroupId

com.github.netricecake
ArtifactId

ArtifactId

x25519
Version

Version

1.0
Type

Type

jar

Download x25519 1.0


<!-- https://jarcasting.com/artifacts/com.github.netricecake/x25519/ -->
<dependency>
    <groupId>com.github.netricecake</groupId>
    <artifactId>x25519</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.netricecake/x25519/
implementation 'com.github.netricecake:x25519:1.0'
// https://jarcasting.com/artifacts/com.github.netricecake/x25519/
implementation ("com.github.netricecake:x25519:1.0")
'com.github.netricecake:x25519:jar:1.0'
<dependency org="com.github.netricecake" name="x25519" rev="1.0">
  <artifact name="x25519" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.netricecake', module='x25519', version='1.0')
)
libraryDependencies += "com.github.netricecake" % "x25519" % "1.0"
[com.github.netricecake/x25519 "1.0"]