diff --git a/src/lib.rs b/src/lib.rs index 30c5baa..c52559a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -45,6 +45,7 @@ pub use crypto_traits::{Rsa2048Pkcs1v15, Rsa3072Pkcs1v15, Rsa4096Pkcs1v15}; /// Trussed [`Backend`](trussed::backend::Backend) implementation adding support for RSA /// /// This implementation is done in software and requieres an allocator +#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Debug, Default, Hash)] pub struct SoftwareRsa; /// The bool returned points at wether the mechanism is raw RSA