StreamCipher.cipher1

Encrypt or decrypt a message

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

Parameters

buf const(ubyte)*

the plaintext / ciphertext

len size_t

the length of buf in bytes

Meta