StreamCipherAsBlockCipher constructor
StreamCipherAsBlockCipher(
- int blockSize,
- StreamCipher streamCipher
Create a BlockCipher from streamCipher
simulating the given blockSize
Implementation
StreamCipherAsBlockCipher(this.blockSize, this.streamCipher);