Skip to content

Add CRC 32

Samuel Debionne requested to merge add-crc-32 into develop

This CRC32 implementation can be used at runtime or compile time. This might be usefull to serialize information like the command names in the RPC framework (know at compile time) as an int rather than a string.

Edited by Samuel Debionne

Merge request reports