Poly1305

Undocumented in source.

Destructor

~this
~this()

Wipe sensitive data.

Members

Functions

finish
ubyte[macSize] finish()
Undocumented in source. Be warned that the author may not have intended to support it.
finish
ubyte[] finish(ubyte[] output)
Undocumented in source.
put
void put(ubyte[] inp)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()

Resets the internal state such that a new MAC can be computed.

start
void start(ubyte[] key, ubyte[] nonce)

Initializes the Poly1305 MAC.

Manifest constants

macSize
enum macSize;
Undocumented in source.
name
enum name;
Undocumented in source.
name
enum name;
Undocumented in source.

Meta