License |
License |
---|---|
GroupId | GroupIdcafe.cryptography |
ArtifactId | ArtifactIded25519-elisabeth |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptioned25519-elisabeth
Pure Java implementation of the Ed25519 signature scheme
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ed25519-elisabeth-0.1.0.pom | |
ed25519-elisabeth-0.1.0.jar | 6 KB |
ed25519-elisabeth-0.1.0-sources.jar | 6 KB |
ed25519-elisabeth-0.1.0-javadoc.jar | 400 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cafe.cryptography/ed25519-elisabeth/ -->
<dependency>
<groupId>cafe.cryptography</groupId>
<artifactId>ed25519-elisabeth</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cafe.cryptography/ed25519-elisabeth/
implementation 'cafe.cryptography:ed25519-elisabeth:0.1.0'
// https://jarcasting.com/artifacts/cafe.cryptography/ed25519-elisabeth/
implementation ("cafe.cryptography:ed25519-elisabeth:0.1.0")
'cafe.cryptography:ed25519-elisabeth:jar:0.1.0'
<dependency org="cafe.cryptography" name="ed25519-elisabeth" rev="0.1.0">
<artifact name="ed25519-elisabeth" type="jar" />
</dependency>
@Grapes(
@Grab(group='cafe.cryptography', module='ed25519-elisabeth', version='0.1.0')
)
libraryDependencies += "cafe.cryptography" % "ed25519-elisabeth" % "0.1.0"
[cafe.cryptography/ed25519-elisabeth "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
cafe.cryptography : curve25519-elisabeth | jar | 0.1.0 |