Skip to content

Releases: nd1012/wan24-Crypto-BC

Version 1.2.0

01 May 17:59
Compare
Choose a tag to compare

Changes

  • tParam of BouncyCastleAsymmetricAlgorithmBase is unrestricted now
  • CreateKeyGenParameters method in BouncyCastleAsymmetricAlgorithmBase
  • BouncyCastleRandomGenerator.Instance
  • BouncycastleCryptoTransform refactored
  • Added support for IDigest and IMac to BouncyCastleCryptoTransform
  • BouncyCastleCryptoTransform will now transform the final block when disposing
  • BouncyCastleCryptoTransform can now reuse stream ciphers
  • Updated references

Full Changelog: v1.1.0...v1.2.0

Version 1.1.0

30 Apr 13:50
Compare
Choose a tag to compare

Changes

  • Updated references
  • Added hybrid algorithm tests
  • Updated the Bouncy Castle library with a small API bugfix
  • RandomGenerator is now BouncyCastleRandomGenerator
  • 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

28 Apr 19:15
203bec9
Compare
Choose a tag to compare
  • Updated references

Version 1.0.0

28 Apr 08:42
Compare
Choose a tag to compare

Initial release