Derive all derivable traits

Fix #2
This commit is contained in:
Sosthène Guédon
2023-03-01 16:49:12 +01:00
parent e29b26ab38
commit 68ae4a40a3
+1
View File
@@ -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