Rounds

Trait Rounds 

Source
pub trait Rounds: Copy {
    const COUNT: usize;
}
Expand description

Marker type for a number of ChaCha rounds to perform.

Required Associated Constants§

Source

const COUNT: usize

The amount of rounds to perform

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§