pub struct PKCS1 {
digest_alg: &'static Algorithm,
digestinfo_prefix: &'static [u8],
}
Expand description
PKCS#1 1.5 padding as described in RFC 3447 Section 8.2.
See “RSA_PSS_*
Details" in ring::signature
’s module-level
documentation for more details.
Fields§
§digest_alg: &'static Algorithm
§digestinfo_prefix: &'static [u8]
Trait Implementations§
source§impl Verification for PKCS1
impl Verification for PKCS1
impl RsaEncoding for PKCS1
impl Sealed for PKCS1
Auto Trait Implementations§
impl Freeze for PKCS1
impl RefUnwindSafe for PKCS1
impl Send for PKCS1
impl Sync for PKCS1
impl Unpin for PKCS1
impl UnwindSafe for PKCS1
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