mirror of
https://github.com/trussed-dev/trussed-rsa-backend.git
synced 2026-06-20 04:16:22 -07:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user