radicle/device: `impl Keypair for BoxedSigner`
modified crates/radicle/src/node/device.rs
@@ -2,7 +2,7 @@ use std::fmt;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -81,7 +81,7 @@ impl Device<crypto::test::signer::MockSigner> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -91,6 +91,16 @@ impl<S: Signer<Signature> + 'static> Device<S> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -129,8 +139,12 @@ impl<S: Signer<Signature>> Signer<ExtendedSignature> for Device<S> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -138,6 +152,14 @@ impl Signer<Signature> for BoxedSigner {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -172,3 +194,13 @@ impl Signer<ExtendedSignature> for BoxedDevice {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |