crypto: Add ECDH trait and `MemorySigner` impl
modified radicle-crypto/src/lib.rs
@@ -26,6 +26,9 @@ pub struct Verified;
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -69,6 +72,13 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-crypto/src/ssh/keystore.rs
@@ -5,7 +5,7 @@ use std::{fs, io};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -139,6 +139,16 @@ impl Signer for MemorySigner {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|