radicle-heartwood-lfs/crates/radicle-crypto
Lorenz Leutgeb 74fa4425a1
crypto: Require `Signer: signature::Signer`
All implementations of `radicle_crypto::Signer` are also
`signature::Signer`. Also, the implementations of `Signer::sign` and
`Signer::try_sign` call each other.

To simplify, make `signature::Signer` a requirement for
`radicle_crypto::Signer`.
2026-03-16 14:30:48 +01:00
..
src crypto: Require `Signer: signature::Signer` 2026-03-16 14:30:48 +01:00
CHANGELOG.md crypto: Update to 0.15.0 2026-02-19 21:06:43 +01:00
Cargo.toml crypto: `impl Signer` based on `Keypair` 2026-03-16 14:30:48 +01:00