diff --git a/ecdsa/src/lib.rs b/ecdsa/src/lib.rs index 4842d507..6304363b 100644 --- a/ecdsa/src/lib.rs +++ b/ecdsa/src/lib.rs @@ -192,8 +192,8 @@ pub type SignatureBytes = GenericArray>; /// serializing and deserializing ECDSA signatures using the `Serialize` and /// `Deserialize` traits. /// -/// The serialization uses a 64-byte fixed encoding when used with binary -/// formats, and a hexadecimal encoding when used with text formats. +/// The serialization uses a hexadecimal encoding when used with +/// "human readable" text formats, and a binary encoding otherwise. #[derive(Clone, Eq, PartialEq)] pub struct Signature { r: ScalarPrimitive,