1.0.0 Release
Latest and greatest release of Dcrypt with a cleaner API and support for AES-CTR mode.
Upgrade Notes
- Support for block ciphers returning false has been removed.
\Dcrypt\AesExp
has been removed in favor of\Dcrypt\Aes
. All block ciphers always throw an exception now. \Dcrypt\Random::get()
has been renamed to\Dcrypt\Random::bytes()
.