Transformation.start

Begin processing a message.

  1. SecureVector!ubyte start(RefCounted!(Vector!(ubyte, Alloc), Alloc) nonce)
    interface Transformation
    final
    SecureVector!ubyte
    start
    (
    Alloc
    )
    (
    auto const ref RefCounted!(Vector!(ubyte, Alloc), Alloc) nonce
    )
  2. SecureVector!ubyte start(Vector!(ubyte, Alloc) nonce)
  3. SecureVector!ubyte start(const(ubyte)* nonce, size_t nonce_len)
  4. SecureVector!ubyte start()

Parameters

nonce RefCounted!(Vector!(ubyte, Alloc), Alloc)

the per message nonce

Meta