File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,16 @@ This code is released to the public domain and can be used for any purpose. See
3030Disclaimer
3131----------
3232
33- There are no guarantees that this is secure for all uses. All unit tests are passing,
34- including tests against [ the data from the Python implementation] ( https://ed25519.cr.yp.to/python/sign.input ) ,
35- and the code has been reviewed by [ an independent developer] ( https://github.com/BloodyRookie ) ,
36- but it has not yet been audited by a professional cryptographer. In particular, the
37- constant-time signing properties of ref10 may not have been completely retained (although
38- this is the eventual goal for the Ed25519-specific implementation).
33+ There are ** no** guarantees that this is secure for all cases, and users should
34+ review the code themselves before depending on it. PRs that fix bugs or improve
35+ reviewability are very welcome. Additionally:
36+
37+ - The unit test suite includes tests against
38+ [ the data from the original Python implementation] ( https://ed25519.cr.yp.to/python/sign.input ) .
39+ - The code (as of 97cea3f0d910fc627c7b57b1bc4d783cdd0c2a4a) was reviewed by
40+ [ an independent developer] ( https://github.com/BloodyRookie ) .
41+ - The code (as of dc9f58f2c874463c15465326efc040d17a627b3a) was audited by an independent third party,
42+ and the one issue found [ was fixed] ( https://github.com/str4d/ed25519-java/pull/31 ) .
3943
4044Code comparison
4145---------------
You can’t perform that action at this time.
0 commit comments