[−][src]Struct rc_crypto::hawk_crypto::RcCryptoCryptographer
Trait Implementations
impl Cryptographer for RcCryptoCryptographer
[src]
fn rand_bytes(&self, output: &mut [u8]) -> Result<(), CryptoError>
[src]
fn new_key(
&self,
algorithm: DigestAlgorithm,
key: &[u8]
) -> Result<Box<dyn HmacKey>, CryptoError>
[src]
&self,
algorithm: DigestAlgorithm,
key: &[u8]
) -> Result<Box<dyn HmacKey>, CryptoError>
fn constant_time_compare(&self, a: &[u8], b: &[u8]) -> bool
[src]
fn new_hasher(
&self,
algorithm: DigestAlgorithm
) -> Result<Box<dyn Hasher>, CryptoError>
[src]
&self,
algorithm: DigestAlgorithm
) -> Result<Box<dyn Hasher>, CryptoError>
Auto Trait Implementations
impl RefUnwindSafe for RcCryptoCryptographer
impl Send for RcCryptoCryptographer
impl Sync for RcCryptoCryptographer
impl Unpin for RcCryptoCryptographer
impl UnwindSafe for RcCryptoCryptographer
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,