On Thu, Mar 9, 2023 at 2:05 PM pankul garg <pankul.gar...@gmail.com> wrote:
>
> New subscriber and reaching out to ask about a paper about vulnerable 
> implementation  of SHA-3, https://ia.cr/2023/331.
>
> Is crypto++'s implementation vulnerable to this?

Probably not. Crypto++ uses C++, not C. It is a little easier to
control wild writes in C++.

Here is where the bounds are checked for SHA-3:
https://github.com/weidai11/cryptopp/blob/master/sha3.cpp#L59

Jeff

-- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cryptopp-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/cryptopp-users/CAH8yC8nSk3EpWfCcWzUmZwK8sHKio2GaoO9MRGB0NGgCxc9iow%40mail.gmail.com.

Reply via email to