Version 0.6.0
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()
orencryptResource()
).- 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)