Register
Bases: BasicRegister
Simple crc register, which will process one bit at the time.
Note
If performance is an important issue for the crc calculation use a table based register.
Bases: BasicRegister
Simple crc register, which will process one bit at the time.
If performance is an important issue for the crc calculation use a table based register.