Module askar_crypto::alg::aes[][src]

This is supported on crate feature aes only.
Expand description

AES-GCM key representations with AEAD support

Structs

AesCbcHmac

AES-CBC-HMAC implementation

AesKey

An AES-GCM symmetric encryption key

AesKeyWrap

AES Key Wrap implementation

Statics

JWK_KEY_TYPE

The ‘kty’ value of a symmetric key JWK

Traits

AesAead

Specialized trait for performing AEAD encryption

AesType

Trait implemented by supported AES authenticated encryption algorithms

Type Definitions

A128CbcHs256

128 bit AES-CBC with HMAC-256

A128Gcm

128 bit AES-GCM

A128Kw

128 bit AES Key Wrap

A256CbcHs512

256 bit AES-CBC with HMAC-512

A256Gcm

256 bit AES-GCM

A256Kw

256 bit AES Key Wrap