modified Cargo.lock
@@ -676,8 +676,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -689,8 +688,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -700,8 +698,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -2388,8 +2385,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -3895,8 +3891,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified Cargo.toml
@@ -97,3 +97,6 @@ clippy.must_use_candidate = "deny"
|
|
|
|
|
|
| + | |
| + | |
| + | |
modified crates/radicle-crypto/src/lib.rs
@@ -172,7 +172,18 @@ impl TryFrom<String> for Signature {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -186,7 +197,9 @@ impl cyphernet::display::MultiDisplay<cyphernet::display::Encoding> for PublicKe
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -195,24 +208,24 @@ impl cyphernet::EcPk for PublicKey {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -224,7 +237,8 @@ impl SecretKey {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -333,13 +347,19 @@ impl fmt::Debug for PublicKey {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -347,7 +367,7 @@ impl TryFrom<&[u8]> for PublicKey {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -362,7 +382,7 @@ impl PublicKey {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -397,7 +417,7 @@ impl FromStr for PublicKey {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -413,7 +433,7 @@ impl TryFrom<String> for PublicKey {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-crypto/src/ssh.rs
@@ -51,7 +51,9 @@ impl ExtendedSignature {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-crypto/src/ssh/keystore.rs
@@ -335,7 +335,7 @@ impl MemorySigner {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -348,7 +348,7 @@ impl MemorySigner {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-crypto/src/test/arbitrary.rs
@@ -18,6 +18,6 @@ impl Arbitrary for PublicKey {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
modified crates/radicle-node/src/fingerprint.rs
@@ -68,7 +68,7 @@ impl Fingerprint {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -86,7 +86,7 @@ impl Fingerprint {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-protocol/src/wire.rs
@@ -175,7 +175,7 @@ impl Encode for u64 {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/test/arbitrary.rs
@@ -297,7 +297,7 @@ impl Arbitrary for Address {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|