1
0
Fork 0
This commit is contained in:
Mike 2024-01-29 15:22:22 +02:00
parent f9d7bd5fcb
commit 2213145953
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@ Lets create test vectors for ed25519 like [RFC7748 page 12](https://datatracker.
One, thousand and million iterations results:
```
Pseudo code:
###
Data := 64 bytes zeroes
Loop many times:
Pair := create keypair from first 32 bytes of Data
Data := create signature from Pair and Data
Loop:
###
ED25519: