Skip to content

Commit b3aedb5

Browse files
committed
Update name
1 parent da966c7 commit b3aedb5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ed25519-java
2-
============
1+
EdDSA-Java
2+
==========
33

44
This is an implementation of EdDSA in Java. Structurally, it is based on the ref10 implementation in SUPERCOP (see https://ed25519.cr.yp.to/software.html).
55

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>net.i2p.crypto</groupId>
55
<artifactId>eddsa</artifactId>
66
<version>0.1.0</version>
7-
<name>ed25519-java</name>
7+
<name>EdDSA-Java</name>
88
<packaging>bundle</packaging>
99
<description>Implementation of EdDSA in Java</description>
1010
<url>https://github.com/str4d/ed25519-java</url>

0 commit comments

Comments
 (0)