pub struct Rs256;
Expand description
RSASSA-PKCS-v1_5 using SHA-256.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rs256
impl RefUnwindSafe for Rs256
impl Send for Rs256
impl Sync for Rs256
impl Unpin for Rs256
impl UnwindSafe for Rs256
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