ref: 029ee78d874168fde67ee212e06cd116ce1f0db4
dir: /lib/crypto/hash.myr/
use std pkg crypto = trait hash @a = Blocksz : std.size Hashsz : std.size hinit : (h : @a# -> void) hadd : (h : @a#, msg : byte[:] -> void) hfin : (h : @a#, dst : byte[:] -> void) ;; ;;