mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
refactor: save lot implementation and follow up refactors
rewrote qr code to match the now safe lot
This commit is contained in:
committed by
holger krekel
parent
401c5a7cb0
commit
886262539a
@@ -306,7 +306,7 @@ pub fn dc_key_save_self_keypair(
|
||||
}
|
||||
|
||||
/// Make a fingerprint human-readable, in hex format.
|
||||
fn dc_format_fingerprint(fingerprint: &str) -> String {
|
||||
pub fn dc_format_fingerprint(fingerprint: &str) -> String {
|
||||
// split key into chunks of 4 with space, and 20 newline
|
||||
let mut res = String::new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user