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.