BufferedBlockCipher.getUnderlyingCipher

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

Return Value

Type: Cipher

the BlockCipher passed once to the constructor.

Meta