Struct libsodium::crypto_hash_sha256_state [] [src]

#[repr(C)]
pub struct crypto_hash_sha256_state { pub state: [uint32_t; 8], pub count: [uint32_t; 2], pub buf: [c_uchar; 64], }

Fields

Trait Implementations

impl Copy for crypto_hash_sha256_state
[src]

impl Clone for crypto_hash_sha256_state
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more