ref: 303798469e8afe0e514c667f3c8c7ae2c65e58c5
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) ;; ;;