mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Reword comment and fix typo in ed25519_key.py
This commit is contained in:
parent
8be86db7ad
commit
9bfba3ddda
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue