radicle-heartwood-lfs/crates/radicle-crypto
Lorenz Leutgeb 5887edf93b
crypto/ssh/keystore: Explicit paths
The implementation of `Keystore` requires a particular layout and naming
of keys. This is a rather strong limitation. Lift it and allow
specifying an arbitrary path for the secret and public key.

As it is possible to derive the public key from the secret key, make
the public key in `Keystore` optional. Also allow constructing
`MemorySigner` can now be initialized without a public key, by
deriving it.
2025-09-26 13:21:38 +02:00
..
src crypto/ssh/keystore: Explicit paths 2025-09-26 13:21:38 +02:00
Cargo.toml fix: upgrade radicle-crypto 2025-08-13 09:20:42 +01:00