Trait capycrypt::KeyEncryptable
source · pub trait KeyEncryptable {
// Required methods
fn key_encrypt(&mut self, pub_key: &EdCurvePoint, d: u64);
fn key_decrypt(&mut self, pw: &[u8]);
}pub trait KeyEncryptable {
// Required methods
fn key_encrypt(&mut self, pub_key: &EdCurvePoint, d: u64);
fn key_decrypt(&mut self, pw: &[u8]);
}