dcrypt v0.0.5 (2015-08-01T16:43:44Z)
Dub
Repo
GCM.processAADBytes
dcrypt
crypto
modes
gcm
gcm
GCM
Add a sequence of bytes to the associated data check.
struct
GCM
(T)
nothrow @
nogc
void
processAADBytes
(
in
ubyte
[]
aad
...
)
if
(
is
(
T
==
void
) ||
(
isBlockCipher
!
T
&&
T.blockSize
== 16
)
)
Meta
Source
See Implementation
dcrypt
crypto
modes
gcm
gcm
GCM
constructors
this
functions
doFinal
getMac
getOutputSize
getUnderlyingCipher
getUpdateOutputSize
name
processAADBytes
processBytes
reset
start
manifest constants
blockSize
Add a sequence of bytes to the associated data check.