Trait btlib::crypto::DecrypterExt
source · pub trait DecrypterExt: Decrypter {
// Provided method
fn ser_decrypt<T: DeserializeOwned>(&self, ct: &Ciphertext<T>) -> Result<T> { ... }
}
pub trait DecrypterExt: Decrypter {
// Provided method
fn ser_decrypt<T: DeserializeOwned>(&self, ct: &Ciphertext<T>) -> Result<T> { ... }
}