Skip to content

Version 2.6.0

Choose a tag to compare

@paragonie-security paragonie-security released this 10 Jun 07:40
· 73 commits to master since this release
v2.6.0
  • Resolved #22 by fixing the behavior of strict mode (decode($str, true)).
  • Added decodeNoPadding() to Base32, Base64, and its child classes.
    • This is a strict variant of the encoding that doesn't accept = padding at all.