dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
GCM.getUnderlyingCipher
dcrypt
aead
gcm
gcm
GCM
IBlockCipher
getUnderlyingCipher
()
T
getUnderlyingCipher
()
struct
GCM
(T)
ref
T
getUnderlyingCipher
pure nothrow @
nogc
(
)
if
(
is
(
T
==
void
) ||
(
isBlockCipher
!
T
&&
T.blockSize
== 16
)
)
Return Value
Type:
T
the cipher this object wraps.
Meta
Source
See Implementation
dcrypt
aead
gcm
gcm
GCM
constructors
this
functions
finish
getOutputSize
getUnderlyingCipher
getUpdateOutputSize
name
processAADBytes
processBytes
reset
start
variables
blockCipher