Enum rsa::hash::Hash [−][src]
pub enum Hash { MD5, SHA1, SHA2_224, SHA2_256, SHA2_384, SHA2_512, SHA3_256, SHA3_384, SHA3_512, MD5SHA1, RIPEMD160, }
Expand description
A list of provided hashes, implementing Hash
.
Variants
Implementations
impl Hash
[src]
impl Hash
[src]pub fn asn1_prefix(&self) -> &'static [u8]
[src]
pub fn asn1_prefix(&self) -> &'static [u8]
[src]Returns the ASN1 DER prefix for the the hash function.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Hash
impl Send for Hash
impl Sync for Hash
impl Unpin for Hash
impl UnwindSafe for Hash
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn to_owned(&self) -> T
[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)
[src]
pub fn clone_into(&self, target: &mut T)
[src]🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more