Skip to content

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.