feat: v1.1.0, add static x25519 support

This commit is contained in:
2023-12-08 21:36:03 +08:00
parent 883ed0918b
commit fd7e8d35a6
12 changed files with 209 additions and 39 deletions

View File

@@ -26,7 +26,7 @@ fn get_envelop_desc(envelop: &TinyEncryptEnvelop, config_envelop: &Option<&TinyE
}
pub fn with_width_type(s: &str) -> String {
with_width(s, 10)
with_width(s, 13)
}
pub fn with_width(s: &str, width: usize) -> String {