Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hash_algos() doesn't include sha3-512 #1089

Open
Sekiraw opened this issue Nov 25, 2022 · 1 comment
Open

hash_algos() doesn't include sha3-512 #1089

Sekiraw opened this issue Nov 25, 2022 · 1 comment

Comments

@Sekiraw
Copy link

Sekiraw commented Nov 25, 2022

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.

@jakubmisek
Copy link
Member

this looks like it's probably not implemented:

internal static Dictionary<string, HashAlgFactory> HashAlgorithms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants