PHP Key Utils v2.1.1

This patch release updates dependencies and uses hash() instead of openssl_digest().

What's Changed

  • Dependency updates
  • Use built-in hash functions instead of OpenSSL as RIPEMD160 was removed and added back

Notes

  • OpenSSL 3.0 (Nov 2021): RIPEMD160 was moved to the legacy provider and disabled by default OpenSSL LibraryOpenSSL
  • OpenSSL 3.0.7 (Nov 2022): RIPEMD160 was added back to the default provider OpenSSLOpenSSL due to popular demand

Full Changelog: https://github.com/bitpay/bitpay-php-keyutils/compare/2.1.0...2.1.1