I'm trying to hash a string with sha3-512 but as I see hash_algos() function doesn't have that.
The PHP version is 7.4.69 (that probably includes sha3-512) and PeachPie version 1.0.9, tried it on 1.1.3 too.
Is it not implemented yet, or something is wrong with my compiler?
Thanks in advance.
I'm trying to hash a string with sha3-512 but as I see hash_algos() function doesn't have that. The PHP version is 7.4.69 (that probably includes sha3-512) and PeachPie version 1.0.9, tried it on 1.1.3 too. Is it not implemented yet, or something is wrong with my compiler? Thanks in advance.