pub struct RustCrypto;Trait Implementations§
Source§impl Debug for RustCrypto
impl Debug for RustCrypto
Source§impl SignatureVerifier for RustCrypto
impl SignatureVerifier for RustCrypto
fn verify_signature( &self, algorithm: &AlgorithmIdentifier<'_>, public_key: &SubjectPublicKeyInfo<'_>, message: &[u8], signature: &[u8], ) -> Result<(), CryptoError>
Auto Trait Implementations§
impl Freeze for RustCrypto
impl RefUnwindSafe for RustCrypto
impl Send for RustCrypto
impl Sync for RustCrypto
impl Unpin for RustCrypto
impl UnsafeUnpin for RustCrypto
impl UnwindSafe for RustCrypto
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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