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

type A128CbcHs256 = AesCbcHmac<Aes128, Sha256>;
This is supported on crate feature aes only.
Expand description

128 bit AES-CBC with HMAC-256

Trait Implementations

impl AesType for A128CbcHs256[src]

type KeySize = U32

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