From 5f9bfdcc409e3e9dceee74ae7622e4daf2b0c3c0 Mon Sep 17 00:00:00 2001 From: Akan Brown Date: Tue, 2 Aug 2016 10:19:26 -0400 Subject: [PATCH] Update README.rst I did "pip install libsodium" instead of "pip install libNaCl". New users might make the same mistake. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a05d4822..41eafb32 100644 --- a/README.rst +++ b/README.rst @@ -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