License |
License |
---|---|
GroupId | GroupIdcafe.cryptography |
ArtifactId | ArtifactIdcurve25519-elisabeth |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptioncurve25519-elisabeth
Pure Java implementation of group operations on Curve25519
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
curve25519-elisabeth-0.1.0.pom | |
curve25519-elisabeth-0.1.0.jar | 47 KB |
curve25519-elisabeth-0.1.0-sources.jar | 36 KB |
curve25519-elisabeth-0.1.0-javadoc.jar | 434 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cafe.cryptography/curve25519-elisabeth/ -->
<dependency>
<groupId>cafe.cryptography</groupId>
<artifactId>curve25519-elisabeth</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cafe.cryptography/curve25519-elisabeth/
implementation 'cafe.cryptography:curve25519-elisabeth:0.1.0'
// https://jarcasting.com/artifacts/cafe.cryptography/curve25519-elisabeth/
implementation ("cafe.cryptography:curve25519-elisabeth:0.1.0")
'cafe.cryptography:curve25519-elisabeth:jar:0.1.0'
<dependency org="cafe.cryptography" name="curve25519-elisabeth" rev="0.1.0">
<artifact name="curve25519-elisabeth" type="jar" />
</dependency>
@Grapes(
@Grab(group='cafe.cryptography', module='curve25519-elisabeth', version='0.1.0')
)
libraryDependencies += "cafe.cryptography" % "curve25519-elisabeth" % "0.1.0"
[cafe.cryptography/curve25519-elisabeth "0.1.0"]