pub trait Padding: 'static + Sync + Sealed + Debug {
// Required method
fn digest_alg(&self) -> &'static Algorithm;
}
Expand description
Common features of both RSA padding encoding and RSA padding verification.
pub trait Padding: 'static + Sync + Sealed + Debug {
// Required method
fn digest_alg(&self) -> &'static Algorithm;
}
Common features of both RSA padding encoding and RSA padding verification.