BufferedBlockCipher.getUnderlyingCipher

struct BufferedBlockCipher(Cipher, bool permitPartialBlock = false)
ref
Cipher
getUnderlyingCipher
nothrow @nogc
(
)
if ()

Return Value

Type: Cipher

the BlockCipher passed once to the constructor.

Meta