Skip to content

Commit f04a2da

Browse files
committed
Updated README.md
1 parent 60e46a4 commit f04a2da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This is an implementation of Ed25519 in Java. Structurally, it is based on the r
55

66
There are no guarantees that this is secure for use. Tests against [the data from the Python implementation](http://ed25519.cr.yp.to/python/sign.input) are passing, but this has not yet been audited by a professional cryptographer. In particular, this implementation is unlikely to have the constant-time properties of ref10 (for now).
77

8+
The code requires Java 6 (for e.g. the `Arrays.copyOfRange()` calls in `EdDSAEngine.engineVerify()`).
9+
810
The JUnit4 tests require the Hamcrest library `hamcrest-all.jar`.
911

1012
This code is released to the public domain and can be used for any purpose.

0 commit comments

Comments
 (0)