An Ed25519 implementation to sign data and check its validity.
Go to file
2020-01-03 22:04:21 +01:00
Ed25519 Bugfix: Stream's position was not reset 2020-01-03 21:47:11 +01:00
Ed25519 Tests Added remaining RFC8032 test cases 2020-01-03 22:04:21 +01:00
.gitignore Initial commit 2020-01-03 11:27:14 +01:00
Ed25519.sln Added initial tests 2020-01-03 20:04:41 +01:00
LICENSE Initial commit 2020-01-03 11:27:14 +01:00
README.md Initial commit 2020-01-03 11:27:14 +01:00

Ed25519

An Ed25519 implementation to sign data and check its validity.