GHashGeneral

Constructors

this
this(in ubyte[] H)

Members

Functions

doFinal
void doFinal(ubyte[] buf)

do final hash round and copy hash to buf resets GHASH

init
void init(in ubyte[] H)

initialize the hash

reset
void reset()

Reset the internal state.

updateAAD
void updateAAD(in ubyte[] aad...)

add data to the AAD stream

updateCipherData
void updateCipherData(in ubyte[] input...)

Meta