Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Releases: mollie/polyfill-libsodium

Release 1.1.1

23 Jan 09:34
6035170
Compare
Choose a tag to compare

Two constants were missing in the polyfill, these have been added.

Release 1.1

29 Dec 09:07
Compare
Choose a tag to compare
  • sodium_randombytes_buf() and sodium_randombytes_random16() didn't make it into PHP 7.2. These two functions are replaced with pure PHP 7.0 implementations (using random_bytes() and random_int().

Release 1.0

12 Sep 08:37
Compare
Choose a tag to compare
  • Added a polyfill for libsodium namespaced constants
  • Added a polyfill for libsodium namespaced functions
  • Autoload the bootstrap to define the polyfills automatically