dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
GCM.processAADBytes
dcrypt
aead
gcm
gcm
GCM
Process additional authenticated data.
struct
GCM
(T)
void
processAADBytes
nothrow @
nogc
(
in
ubyte
[]
aad
...
)
in { assert (initialized, "not initialized"); }
if
(
is
(
T
==
void
) ||
(
isBlockCipher
!
T
&&
T.blockSize
== 16
)
)
Meta
Source
See Implementation
dcrypt
aead
gcm
gcm
GCM
constructors
this
functions
finish
getOutputSize
getUnderlyingCipher
getUpdateOutputSize
name
processAADBytes
processBytes
reset
start
variables
blockCipher
Process additional authenticated data.