Reword comment and fix typo in ed25519_key.py

This commit is contained in:
vladdd 2013-10-02 11:38:42 -04:00
parent 8be86db7ad
commit 9bfba3ddda

View file

@ -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.