Update README.rst

I did "pip install libsodium" instead of "pip install libNaCl". New users might make the same mistake.
This commit is contained in:
Akan Brown 2016-08-02 10:19:26 -04:00 committed by GitHub
parent 0dc6665c77
commit 5f9bfdcc40

View file

@ -179,7 +179,7 @@ that need to generate TUF repository files, such as metadata,
cryptographic keys, and signatures. Whereas the minimal install can only
verify ed25519 signatures and is intended for sofware updater clients,
``tuf[tools]`` provides repository maintainers secure ed25519 key and
signature generation with PyNaCl / libsodium.
signature generation with PyNaCl / libNaCl.
TUF tools also enable general-purpose cryptography with PyCrypto
and/or PyCA's Cryptography. Software updaters that want to support