Struct octavo_digest::sha3::Sha256 [] [src]

pub struct Sha256 { /* fields omitted */ }

Trait Implementations

impl Clone for Sha256
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Sha256
[src]

Returns the "default value" for a type. Read more

impl Digest for Sha256
[src]

Output size in bits

Output size in bytes

Block size in bytes

Update digest with data.

Write resulting hash into output. Read more

Output size in bits

Output size in bytes

Block size in bytes