radicle-heartwood-lfs/crates/radicle-crypto/src/ssh
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
..
agent.rs crypto: Require `Signer: signature::Signer` 2026-03-16 14:30:48 +01:00
keystore.rs crypto: Require `Signer: signature::Signer` 2026-03-16 14:30:48 +01:00