From fb21e9adb80182a97feb43898bd6c54e36b0af3a Mon Sep 17 00:00:00 2001 From: Mike Date: Sun, 28 Jan 2024 19:52:37 +0200 Subject: [PATCH] . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecf1839..8a46dc7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ hi all, Lets create test vectors for ed25519 like [RFC7748 page 12](https://datatracker.ietf.org/doc/html/rfc7748#page-13). -One, thousand and million iteration results from [python](https://ed25519.cr.yp.to/software.html) below: +One, thousand and million iteration results from [python](https://ed25519.cr.yp.to/software.html) reference implementation below: ``` HERE ```