feat: encrypt works
This commit is contained in:
@@ -4,8 +4,8 @@ use rust_util::{debugging, information, opt_result, simple_error, success, XResu
|
||||
pub const DEFAULT_MASTER_KEY_VERIFICATION_KEY: &'static str = "__master_verification_key";
|
||||
|
||||
pub struct Key {
|
||||
name: String,
|
||||
encrypted_key: String,
|
||||
pub name: String,
|
||||
pub encrypted_key: String,
|
||||
}
|
||||
|
||||
pub fn open_db(db: &str) -> XResult<Connection> {
|
||||
|
||||
Reference in New Issue
Block a user