fn xorBytes(self: *Self, out: []u8, in: []const u8) void
XOR the first bytes of the state into a slice of bytes.
self: *Self,
out: []u8,
in: []const u8,