Variable NoiseStream._writeCipher

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