peachpiecompiler/peachpie

hash_algos() doesn't include sha3-512

Sekiraw opened this issue · 1 comments

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.

this looks like it's probably not implemented:

internal static Dictionary<string, HashAlgFactory> HashAlgorithms