From 335d050212925b60594d2490b03160d3751b809c Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sat, 9 Apr 2016 20:40:32 +0300 Subject: [PATCH] formats: fixup comment --- trezor_agent/formats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trezor_agent/formats.py b/trezor_agent/formats.py index c939fca..baa8ddd 100644 --- a/trezor_agent/formats.py +++ b/trezor_agent/formats.py @@ -41,7 +41,7 @@ def parse_pubkey(blob): """ Parse SSH public key from given blob. - Cnstruct a verifier for ECDSA signatures. + Construct a verifier for ECDSA signatures. The verifier returns the signatures in the required SSH format. Currently, NIST256P1 and ED25519 elliptic curves are supported. """