Trait Implementation
trait Implementation
A trait for CRC implementations.
Associated Types
type DataAssociated data necessary for the implementation (e.g. lookup tables).
Implementors
impl<L: usize> Implementation for Table<L>