mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
comment on when it passes
This commit is contained in:
@@ -495,7 +495,7 @@ mod tests {
|
|||||||
",
|
",
|
||||||
KeyType::Private,
|
KeyType::Private,
|
||||||
)
|
)
|
||||||
.expect("failed to decode");
|
.expect("failed to decode"); // NOTE: if you take out the ===GU1/ part, everything passes!
|
||||||
let binary = private_key.to_bytes();
|
let binary = private_key.to_bytes();
|
||||||
let private_key2 = Key::from_slice(&binary, KeyType::Private).expect("invalid private key");
|
let private_key2 = Key::from_slice(&binary, KeyType::Private).expect("invalid private key");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user