[][src]Struct crypto::sha3::Sha3

pub struct Sha3 { /* fields omitted */ }

Methods

impl Sha3
[src]

New SHA-3 instanciated from specified SHA-3 mode.

New SHA3-224 instance.

New SHA3-256 instance.

New SHA3-384 instance.

New SHA3-512 instance.

New SHAKE-128 instance.

New SHAKE-256 instance.

New Keccak224 instance.

New Keccak256 instance.

New Keccak384 instance.

New Keccak512 instance.

Trait Implementations

impl Digest for Sha3
[src]

Get the output size in bytes.

Convenience function that feeds a string into a digest. Read more

Convenience function that retrieves the result of a digest as a String in hexadecimal format. Read more

impl Clone for Sha3
[src]

Performs copy-assignment from source. Read more

impl Copy for Sha3
[src]

Auto Trait Implementations

impl Send for Sha3

impl Sync for Sha3

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]