dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
GHashGeneral.init
dcrypt
aead
gcm
ghash
GHashGeneral
initialize the hash
struct
GHashGeneral
(Multiplier)
void
init
nothrow @
nogc
(
in
ubyte
[]
H
)
in { assert (H.length == BLOCKSIZE, "H must be 16 bytes"); }
if
(
isGCMMultiplier
!
Multiplier
)
Parameters
H
Type:
ubyte
[]
the factor used for multiplication.
Meta
Source
See Implementation
dcrypt
aead
gcm
ghash
GHashGeneral
constructors
this
functions
doFinal
init
reset
updateAAD
updateCipherData
initialize the hash