dcrypt v0.0.7 (2015-12-06T17:48:29Z)
Dub
Repo
GCM.getUnderlyingCipher
dcrypt
crypto
modes
gcm
gcm
GCM
BlockCipher
getUnderlyingCipher
()
T
getUnderlyingCipher
()
struct
GCM
(T)
ref pure nothrow @
nogc
static if
(!(
OOP
))
T
getUnderlyingCipher
(
)
if
(
is
(
T
==
void
) ||
(
isBlockCipher
!
T
&&
T.blockSize
== 16
)
)
Return Value
Type:
T
the cipher this object wraps.
Meta
Source
See Implementation
dcrypt
crypto
modes
gcm
gcm
GCM
constructors
this
functions
finish
getOutputSize
getUnderlyingCipher
getUpdateOutputSize
name
processAADBytes
processBytes
reset
start
manifest constants
blockSize
macSize