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

About keccak256 introduction #19304

Open
somoza opened this issue Sep 29, 2022 · 6 comments
Open

About keccak256 introduction #19304

somoza opened this issue Sep 29, 2022 · 6 comments
Labels
triaged: question The issue contains a question

Comments

@somoza
Copy link

somoza commented Sep 29, 2022

I noticed that keccak256 was introduced here: #13033

I'm wondering which version shall I use in order to have that algorithm available on my C++ compilation.

It is on 1.1 or 3.0?

I'm asking this because I'm getting "Digest type not supported in this cryptolib."

I've installed libcrypt-dev 1:4.4.18-4 and libssl-dev/ 1.1.1n-0

Thanks in advance.

@somoza somoza added the issue: question The issue was opened to ask a question label Sep 29, 2022
@mattcaswell mattcaswell added triaged: question The issue contains a question and removed issue: question The issue was opened to ask a question labels Sep 29, 2022
@mattcaswell
Copy link
Member

It is on 1.1 or 3.0?

Neither. This is in the dev branch only so far. It will be in 3.2.

@somoza
Copy link
Author

somoza commented Sep 29, 2022

Thanks for your reply, there is a approximated date for that release? Can I see the roadmap somewhere?

@mattcaswell
Copy link
Member

There is no definitive date for it. Probably next year some time.

@slontis
Copy link
Member

slontis commented Oct 6, 2022

The only thing that made it into 3.0 was (KECCAK-KMAC-128/256) which is only useful for KMAC support.

@somoza
Copy link
Author

somoza commented Mar 9, 2023

Hi there! This would be the "next year" and probably "some time" 🙂... is there any update about this? I would like to remove Rust pieces from my project. Thanks!

@mattcaswell
Copy link
Member

3.1 will be our next release (planned for next week). 3.2 will be coming "later this year".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged: question The issue contains a question
Projects
None yet
Development

No branches or pull requests

4 participants
@somoza @mattcaswell @slontis and others