Version 4.0.0
paragonie-scott
released this
16 Sep 18:32
·
366 commits
to master
since this release
- Bump minimum PHP version to 7.2.0, which will be available before the end of 2017
- New methods:
encryptWithAd()
anddecryptWithAd()
, for satisfying true AEAD needs - Encrypted password hashing through our
Password
class can also accept an optional,
additional data parameter HiddenString
objects can now be directly compared$hiddenString->equals($otherHiddenString)
- Added Psalm to our Continuous Integration to assure Halite is fully type-safe
- Updated unit tests to be compatible with PHPUnit 6