ref: 782bc5755dc32b9386b17f49b756b250c38c703d dir: /libcryptohash/test/printhash.myr/
use std pkg = const print : (b : byte[:] -> void) ;; const print = {b for x in b std.put("%02xb", x) ;; std.put("\n") }