crypto: `impl Signer` based on `Keypair`
modified crates/radicle-crypto/Cargo.toml
@@ -27,7 +27,7 @@ git-ref-format-core = { workspace = true, optional = true }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-crypto/src/ssh/agent.rs
@@ -65,9 +65,10 @@ impl signature::Signer<Signature> for AgentSigner {
|
|
|
|
|
|
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-crypto/src/ssh/keystore.rs
@@ -258,9 +258,10 @@ impl signature::Signer<Signature> for MemorySigner {
|
|
|
|
|
|
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-crypto/src/test/signer.rs
@@ -10,9 +10,10 @@ pub struct MockSigner {
|
|
|
|
|
|
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|