imgtool: Fix ECDSA references in ED25519

Signed-off-by: Fabio Utzig <utzig@apache.org>
This commit is contained in:
Fabio Utzig 2020-04-02 13:09:15 -03:00 committed by Fabio Utzig
parent 1e1c1c6a5f
commit 67c59fa5ad
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
"""
ECDSA key management
ED25519 key management
"""
from cryptography.hazmat.backends import default_backend
@ -58,7 +58,7 @@ class Ed25519Public(KeyClass):
class Ed25519(Ed25519Public):
"""
Wrapper around an ECDSA private key.
Wrapper around an ED25519 private key.
"""
def __init__(self, key):