Add crc32_combine_gen() and crc32_combine_op() for fast combines. When the same len2 is used repeatedly, it is faster to use crc32_combine_gen() to generate an operator, that is then used to combine CRCs with crc32_combine_op().