Releases: paragonie/constant_time_encoding
Releases · paragonie/constant_time_encoding
Version 2.6.2
- #45 Fix regression from 2.6.1
Version 2.6.1
- Fix #44 - Thanks @HacKanCuBa!
Version 2.6.0
- Resolved #22 by fixing the behavior of strict mode (
decode($str, true)). - Added
decodeNoPadding()toBase32,Base64, and its child classes.- This is a strict variant of the encoding that doesn't accept
=padding at all.
- This is a strict variant of the encoding that doesn't accept
Version 2.5.0
- Switched from Travis CI to GitHub Actions
- Fix parameter names for PHP 8
- Cover PHP 8.1+ in unit testing
Version 1.1.0
- Support PHP 8
- Migrate to GitHub Actions
Version 2.4.0
- #25 - Fixed exception message
- Support PHP 8
Version 2.3.0
Supports PHP 7.3, 7.4, and 8.x (currently only for testing against the master branch in Travis CI)
Version 1.0.4
- Adds
Base32::encodeUnpadded()from v1.x branch.
Version 1.0.3
- #15 --
encodeUnpadded()added toBase64.
Version 2.2.2
- This library now has 100% type-safety.
- Added unit tests to detect string truncation bugs that were (mistakenly?) reported.