Type Definition askar_crypto::alg::aes::A256CbcHs512[][src]

type A256CbcHs512 = AesCbcHmac<Aes256, Sha512>;
This is supported on crate feature aes only.
Expand description

256 bit AES-CBC with HMAC-512

Trait Implementations

impl AesType for A256CbcHs512[src]

type KeySize = U64

The size of the key secret bytes

const ALG_TYPE: AesTypes[src]

The associated algorithm type

const JWK_ALG: &'static str[src]

The associated JWK algorithm name