Struct bearssl::br_aes_ct64_cbcenc_keys [] [src]

#[repr(C)]
pub struct br_aes_ct64_cbcenc_keys { pub vtable: *const br_block_cbcenc_class, pub skey: [u64; 30], pub num_rounds: c_uint, }

\brief Context for AES subkeys (aes_ct64 implementation, CBC encryption).

First field is a pointer to the vtable; it is set by the initialisation function. Other fields are not supposed to be accessed by user code.

Fields

\brief Pointer to vtable for this context.

Trait Implementations

impl Debug for br_aes_ct64_cbcenc_keys
[src]

[src]

Formats the value using the given formatter.

impl Copy for br_aes_ct64_cbcenc_keys
[src]

impl Clone for br_aes_ct64_cbcenc_keys
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more