From 9bfba3ddda8cbddea9fb8b3ac2250f06b264c58b Mon Sep 17 00:00:00 2001 From: vladdd Date: Wed, 2 Oct 2013 11:38:42 -0400 Subject: [PATCH] Reword comment and fix typo in ed25519_key.py --- tuf/ed25519_key.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuf/ed25519_key.py b/tuf/ed25519_key.py index 21db00ef..54d15f68 100755 --- a/tuf/ed25519_key.py +++ b/tuf/ed25519_key.py @@ -36,7 +36,7 @@ create_from_metadata_format(). These last two functions produce or use ed25519 keys compatible with the key structures listed in TUF Metadata files. The generate() function returns a dictionary containing all the information - needed of ed25519 keys, such as public and private keys, keyID idenfiers. + needed of ed25519 keys, such as public/private keys and a keyID identifier. create_signature() and verify_signature() are supplemental functions used for generating ed25519 signatures and verifying them.