SICBlockCipher constructor
      
      SICBlockCipher(
    
    
- int blockSize,
- StreamCipher underlyingCipher
Implementation
SICBlockCipher(super.blockSize, super.underlyingCipher);SICBlockCipher(super.blockSize, super.underlyingCipher);