pub struct PSS {
digest_alg: &'static Algorithm,
}
Expand description
RSA PSS padding as described in RFC 3447 Section 8.1.
See “RSA_PSS_*
Details" in ring::signature
’s module-level
documentation for more details.
Fields§
§digest_alg: &'static Algorithm
Trait Implementations§
source§impl Verification for PSS
impl Verification for PSS
impl RsaEncoding for PSS
impl Sealed for PSS
Auto Trait Implementations§
impl Freeze for PSS
impl RefUnwindSafe for PSS
impl Send for PSS
impl Sync for PSS
impl Unpin for PSS
impl UnwindSafe for PSS
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more