Rebex ZIP for .NET R6.3

Released: Mar 28, 2022

R6.3 での更新項目

機能

  • Cryptography: Improved Poly1305 internals.
  • Cryptography: Slightly optimized encrypt/decrypt operations in symmetric branch of the CNG/BCrypt interop layer.
  • Cryptography: Small optimization in ARM (Advanced NEON SIMD) implementation of ChaCha20.
  • Common: Improved internal asynchronous infrastructure.

不具合の修正

  • Common: Fixed rare premature finalization of a buffer in SSPI interop that might lead to an AccessViolationException.
  • ZIP: Fixed exception handling of ZipReader.ReadNext() and ZipReader.Extract() methods.
  • ZIP: Fixed reading of incomplete ExtraField structure.