mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-21 23:12:03 -07:00
There is a lot of code duplicated in convenience methods in each hash implementation, and having a generic hash type makes implementing higher-level constructs such as HMAC significantly easier down the road.