crypto: Guard `MemorySigner` against key mismatch
modified crates/radicle-crypto/src/ssh/keystore.rs
@@ -183,6 +183,8 @@ pub enum MemorySignerError {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -272,6 +274,10 @@ impl MemorySigner {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|