Add CRC 32
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