Struct tomcrypt_sys::chacha_state [] [src]

#[repr(C)]
pub struct chacha_state { pub input: [ulong32; 16], pub kstream: [c_uchar; 64], pub ksleft: c_ulong, pub ivlen: c_ulong, pub rounds: c_int, }

Fields

Trait Implementations

impl Copy for chacha_state
[src]

impl Clone for chacha_state
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more