Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `fmt::{LowerHex, UpperHex}` impls, with the latter called vicariously via `fmt::Display`, were showing the unpadded signature rather than the padded one. This changes these impls to call `SignatureEncoding::to_bytes` first before displaying the signature.
- Loading branch information