Transformation.startRaw

Begin processing a message.

interface Transformation
public
SecureVector!ubyte
startRaw
(
const(ubyte)* nonce
,
size_t nonce_len
)

Parameters

nonce const(ubyte)*

the per message nonce

nonce_len size_t

length of nonce

Meta