fix forgetting to save file
This commit is contained in:
parent
3b6de6968d
commit
7e3cade00e
11 changed files with 124 additions and 121 deletions
|
|
@ -19,7 +19,7 @@ pub trait Crypto: Send + Sync + 'static {
|
|||
data: &[u8],
|
||||
self_signat: [u8; 4],
|
||||
remote_signat: [u8; 4],
|
||||
) -> Self::Instance;
|
||||
) -> Option<(Self::Instance, Vec<u8>)>;
|
||||
}
|
||||
|
||||
cfg_if! {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue