modified crates/radicle-crypto/src/lib.rs
@@ -28,6 +28,7 @@ pub type SharedSecret = [u8; 32];
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -93,6 +94,7 @@ impl fmt::Debug for Signature {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -273,6 +275,7 @@ impl Deref for SecretKey {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-crypto/src/ssh.rs
@@ -16,6 +16,7 @@ use crate::PublicKey;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -128,6 +129,7 @@ pub mod fmt {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -164,6 +166,7 @@ impl Encodable for crypto::Signature {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -199,6 +202,7 @@ impl Encodable for PublicKey {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-crypto/src/ssh/keystore.rs
@@ -15,6 +15,7 @@ use super::ExtendedSignature;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -227,6 +228,7 @@ impl Keystore {
|
|
|
|
|
|
| + | |
|
|
|
|
|