pub unsafe extern "C" fn cipher_get_block_size(
    cipher: *const cipher_t
) -> c_int
Expand description

@brief Get block size of cipher *

@param cipher Already initialized cipher struct

@return The cipher’s block size (in bytes)