Version 2.6.0
paragonie-security
released this
10 Jun 07:40
·
41 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