feat: add crypto.rs
This commit is contained in:
@@ -29,6 +29,7 @@ pub struct DescBlock {
|
||||
|
||||
#[derive(Clone, Debug, Serialize, Deserialize)]
|
||||
pub struct KeyBlock {
|
||||
pub key_type: String,
|
||||
pub key_id: Option<String>,
|
||||
pub encrypted_key_hex: String,
|
||||
pub key_verification_code_hex: String,
|
||||
|
||||
Reference in New Issue
Block a user