//! State marker types and traits for the [`ChaCha20`] cipher.
//!
//! [`ChaCha20`]: crate::chacha::ChaCha20
use crateSealed;
/// Represents the possible states that the [`ChaCha20`] cipher may be in.
///
/// [`ChaCha20`]: crate::chacha::ChaCha20
/// Represents the states which **can** process (encrypt / decrypt) data.
define_state!