fn hash(bytes: []const u8, out: []u8, options: Options) void
Hash a slice of bytes. out can be any length.
out
bytes: []const u8,
out: []u8,
options: Options,