Module askar_crypto::alg::chacha20[][src]

This is supported on crate feature chacha only.
Expand description

ChaCha20 and XChaCha20 stream ciphers with AEAD

Structs

C20P

ChaCha20-Poly1305

Chacha20Key

A ChaCha20 symmetric encryption key

XC20P

XChaCha20-Poly1305

Statics

JWK_KEY_TYPE

The ‘kty’ value of a symmetric key JWK

Traits

Chacha20Type

Trait implemented by supported ChaCha20 algorithms