botan v1.13.4 (2023-03-01T00:35:38Z)
Dub
Repo
CascadeCipher.this
botan
block
cascade
CascadeCipher
Create a cascade of two block ciphers
class
CascadeCipher
public
this
(
BlockCipher
c1
,
BlockCipher
c2
)
Parameters
c1
BlockCipher
the first cipher
c2
BlockCipher
the second cipher
Meta
Source
See Implementation
botan
block
cascade
CascadeCipher
constructors
this
functions
blockSize
clear
clone
decryptN
encryptN
keySchedule
keySpec
properties
name
parallelism
variables
m_block
m_cipher1
m_cipher2
Create a cascade of two block ciphers