License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.github.netricecake |
ArtifactId | ArtifactIdx25519 |
Version | Version2.0 |
Type | Typejar |
Description |
DescriptionCurve25519-keyshare
Elliptic Curve Diffie-Hellman
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
x25519-2.0.pom | |
x25519-2.0.jar | 6 KB |
x25519-2.0-sources.jar | 3 KB |
x25519-2.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.netricecake/x25519/ -->
<dependency>
<groupId>com.github.netricecake</groupId>
<artifactId>x25519</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.netricecake/x25519/
implementation 'com.github.netricecake:x25519:2.0'
// https://jarcasting.com/artifacts/com.github.netricecake/x25519/
implementation ("com.github.netricecake:x25519:2.0")
'com.github.netricecake:x25519:jar:2.0'
<dependency org="com.github.netricecake" name="x25519" rev="2.0">
<artifact name="x25519" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.netricecake', module='x25519', version='2.0')
)
libraryDependencies += "com.github.netricecake" % "x25519" % "2.0"
[com.github.netricecake/x25519 "2.0"]