Transformation.start

Begin processing a message.

  1. SecureVector!ubyte start(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)
    interface Transformation
    public final
    SecureVector!ubyte
    start
    (
    const(ubyte)* nonce
    ,
    size_t nonce_len
    )
  4. SecureVector!ubyte start()

Parameters

nonce const(ubyte)*

a pointer to the per message nonce

nonce_len size_t

the length of the message

Meta