ref: 0f3f41fae775b2647cd0cdaf0a9ef395c19b9878
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) ;; ;;