Trait askar_crypto::alg::chacha20::Chacha20Type[][src]

pub trait Chacha20Type: 'static {
    type Aead: NewAead + Aead + AeadInPlace;

    const ALG_TYPE: Chacha20Types;
    const JWK_ALG: &'static str;
}
This is supported on crate feature chacha only.
Expand description

Trait implemented by supported ChaCha20 algorithms

Associated Types

type Aead: NewAead + Aead + AeadInPlace[src]

Expand description

The AEAD implementation

Loading content...

Associated Constants

const ALG_TYPE: Chacha20Types[src]

Expand description

The associated algorithm type

const JWK_ALG: &'static str[src]

Expand description

The associated JWK algorithm name

Loading content...

Implementors

Loading content...