Version 2.6.0
·
73 commits
to master
since this release
- 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