Skip to content

Commit 1a16dfa

Browse files
committed
Updated README.md
1 parent b4c926a commit 1a16dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
To run the tests, place `junit4.jar` and `hamcrest-all.jar` in a folder `lib`.
8+
The JUnit4 tests require the Hamcrest library `hamcrest-all.jar`.
99

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

0 commit comments

Comments
 (0)