http-signatures-php
http-signatures-php copied to clipboard
Remove random_compat dependency
Changed log
- According to the official PHP doc, the
random_*functions are available inphp-7.xversions.
Remove this random compatibility dependency because native functions are available in php-7.x.