fn squeeze(self: *Self, out_: []u8) void
Squeeze a slice of bytes from the state. out can be any length, and the function can be called multiple times.
out
self: *Self,
out_: []u8,