PointyCastle / pointycastle

Moved into the Bouncy Castle project: https://github.com/bcgit/pc-dart
MIT License
271 stars 75 forks source link

Change the mislabeled type annotation on field in PaddedBlockCipherParameters #145

Closed jadengis closed 6 years ago

jadengis commented 6 years ago

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.

This pr fixes the issue.

stevenroose commented 6 years ago

Thanks!