mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 05:46:29 +03:00
start save implementation of save keys
This commit is contained in:
@@ -512,7 +512,7 @@ pub const DC_STR_COUNT: usize = 66;
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, FromPrimitive, ToPrimitive)]
|
||||
#[repr(u8)]
|
||||
pub enum Key {
|
||||
pub enum KeyType {
|
||||
Public = 0,
|
||||
Private = 1,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user