radicle-heartwood-lfs/crates/radicle
Lorenz Leutgeb f4495e92bc
radicle/device: `impl Keypair for BoxedSigner`
Most consumers of `Device` are interested in the public key of the
device, and `Keypair` is the trait from `signature` which captures
this, so implement it.

Further, for boxing a signer, introduce a new trait `BoxableSigner`
(to remain dyn-compatible) which additionally requires `Keypair`.
2026-03-16 14:30:48 +01:00
..
src radicle/device: `impl Keypair for BoxedSigner` 2026-03-16 14:30:48 +01:00
CHANGELOG.md radicle/CHANGELOG: remove variant typo 2026-03-13 14:50:05 +01:00
Cargo.toml radicle: Update to 0.21.0 2026-02-19 21:06:43 +01:00