Releases: nd1012/wan24-Crypto-BC
Releases · nd1012/wan24-Crypto-BC
Version 1.2.0
Changes
tParam
ofBouncyCastleAsymmetricAlgorithmBase
is unrestricted nowCreateKeyGenParameters
method inBouncyCastleAsymmetricAlgorithmBase
BouncyCastleRandomGenerator.Instance
BouncycastleCryptoTransform
refactored- Added support for
IDigest
andIMac
toBouncyCastleCryptoTransform
BouncyCastleCryptoTransform
will now transform the final block when disposingBouncyCastleCryptoTransform
can now reuse stream ciphers- Updated references
Full Changelog: v1.1.0...v1.2.0
Version 1.1.0
Changes
- Updated references
- Added hybrid algorithm tests
- Updated the Bouncy Castle library with a small API bugfix
RandomGenerator
is nowBouncyCastleRandomGenerator
BouncyCastleCryptoStream
supports block and stream ciphers now- Added abstract base types for Bouncy Castle symmetric and asymmetric ciphers
- Updated existing algorithm aoptions to use the new base types
- Added ChaCha20 symmetric cipher
- Added XSalsa20 symmetric cipher
- Added FrodoKEM asymmetric key exchange cipher
- Removed FrodoKEM due to missing code in the Bouncy Castle library
Full Changelog: v1.0.1...v1.1.0
Version 1.0.1
- Updated references
Version 1.0.0
Initial release