dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
GCM.this
dcrypt
aead
gcm
gcm
GCM
struct
GCM
(T)
this
(
IBlockCipher
c
)
in { assert (c.blockSize() == blockSize, "GCM: block size of underlying cipher must be 128 bits!"); }
if
(
is
(
T
==
void
) ||
(
isBlockCipher
!
T
&&
T.blockSize
== 16
)
)
Parameters
c
Type:
IBlockCipher
underlying BlockCipher
Meta
Source
See Implementation
dcrypt
aead
gcm
gcm
GCM
constructors
this
functions
finish
getOutputSize
getUnderlyingCipher
getUpdateOutputSize
name
processAADBytes
processBytes
reset
start
variables
blockCipher