How do I use the PHP hash function with arrays of integers (only byte sized values 0-255)?
https://www.php.net/manual/en/function.hash.php
The hash (e.g. sha256) should be the same as generated with other languages having hash function working on byte[]
Performance should be best possible.