Variable NoiseStream._readDecrypted

class NoiseStream
{
  // ...
  ubyte[] _readDecrypted;
  // ...
}