mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
1eec6b429d
Implements the proposed breaking changes to the `signature` crate from https://github.com/RustCrypto/traits/pull/1141 Most notably the `Signature` trait has been replaced with a `SignatureEncoding` trait which permits an internally structured signature representation.