mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 22:06:29 +03:00
Do not export more than strictly necessary
This commit is contained in:
@@ -306,7 +306,7 @@ pub fn dc_key_save_self_keypair(
|
||||
}
|
||||
|
||||
/// Make a fingerprint human-readable, in hex format.
|
||||
pub fn dc_format_fingerprint(fingerprint: &str) -> String {
|
||||
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