I was working with the Pointy Castle library, and noticed a type in the PaddedBlockCipherParameters class. As written currently, the type of the paddingCipherParameters cannot differ from that of the underlyingCipherParameters, and the PaddingCipherParameters type parameter goes unused.
I was working with the Pointy Castle library, and noticed a type in the
PaddedBlockCipherParameters
class. As written currently, the type of thepaddingCipherParameters
cannot differ from that of theunderlyingCipherParameters
, and thePaddingCipherParameters
type parameter goes unused.This pr fixes the issue.