Variable NoiseStream._readCipher

class NoiseStream
{
  // ...
  noise.NoiseCipherState* _readCipher;
  // ...
}