We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for the project. We have been using NetMQ Security in production without any issue for 3 years.
Currently, NetMQ Security only supports SHA-256 as per
NetMQ.Security/src/NetMQ.Security/V0_1/SHA256PRF.cs
Lines 24 to 33 in cac555b
I am aware that the project has been inactive for a while, but still would like to put the question out there.
Is there any possibility to support SHA-512 alongside SHA-256?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for the project.
We have been using NetMQ Security in production without any issue for 3 years.
Currently, NetMQ Security only supports SHA-256 as per
NetMQ.Security/src/NetMQ.Security/V0_1/SHA256PRF.cs
Lines 24 to 33 in cac555b
We are facing new security policies that mandate the use of SHA-512 as the latest SHA2 variant.
I am aware that the project has been inactive for a while, but still would like to put the question out there.
Is there any possibility to support SHA-512 alongside SHA-256?
The text was updated successfully, but these errors were encountered: