Implement checksum types
Implement types for BLAKE2b-512, SHA-1, SHA-224, SHA-256, SHA-384 and SHA-512.
This does not implement cksum-style CRC-32, as it is cryptographically unsafe and there is no crate conveniently offering it in the way we need it anyways.
Closes #16 (closed)
Edited by David Runge