Skip to content

Version 0.6.0

Compare
Choose a tag to compare
@paragonie-scott paragonie-scott released this 26 Oct 06:03
· 577 commits to master since this release

This marks the 0.6.0 release of Halite! Outside documentation, we're entering a code freeze until we get a clean bill of health from @defuse.

Changes since 0.5.2:

  • We now use stricter typing on the Key types, and have more Key types.
  • Instead of a long ugly readme, now have some documentation underway.
  • File now has a simpler API (i.e. File::encrypt()) that will invoke the necessary underlying API (encryptFile() or encryptResource()).
  • Mitigated a string corruption issue with version 1.0.0 of the PHP extension for libsodium on PHP 7 (which is fixed in 1.0.1)