Update readme.md

This commit is contained in:
Orson Peters 2013-04-11 19:34:36 +03:00
parent beba5c99fd
commit 8dfa4ed615
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ generation which uses standard OS cryptography APIs (`CryptGenRandom` on
Windows, `/dev/urandom` on nix). If you wish to be entirely portable define
`ED25519_NO_SEED`. This disables the `ed25519_create_seed` function, so if your
application requires key generation you must supply your own seeding function
(which is simply a 256 byte cryptographic random number generator).
(which is simply a 256 bit cryptographic random number generator).
Performance