The digest update method [here](https://github.com/mrhooray/crc-rs/blob/77da9d4e77b55274b47aebb680c78131124dded3/src/crc128.rs#L54) could be const. This would be nice for my use case, which involves calculating CRC's in a const context.