mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
62fa7ac438
Implements these traits sourced from the `crypto-common` crate. Also implements the `Generate` trait for key generation, replacing the previous `KeyGen` trait, which this commit deprecates in favor of using `KeyInit` and `Generate`. This also adds a `getrandom` feature that forwards through to `crypto-common`, making methods available on the `Generate` trait when enabled.