StreamCipher.cipher1

Encrypt or decrypt a message

  1. void cipher1(const(ubyte)* buf, size_t len)
  2. void cipher1(ubyte[] buf)
    interface StreamCipher
    final
    void
    cipher1
    (
    ref ubyte[] buf
    )

Parameters

buf ubyte[]

the plaintext / ciphertext

Meta