pub trait Rounds: Copy {
const COUNT: usize;
}Expand description
Marker type for a number of ChaCha rounds to perform.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".