You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I'm using cryptofuzz to test cryptographic libraries.
I recognized that when testing KDF_PBKDF2, it produces incorrect difference.
For example, KDF_PBKDF2 in libgmp, linux, mpdecimal, blst, libsodim, bearssl, trezor-firmware, openssl libraries don't support SHAKE digest.
However, cryptofuzz test KDF_PBKDF2 with SHAKE digest, so that it catches as result is not correct.
It would be better to filter out libraries with unsupported algorithms before testing algorithms.
Thank you for your works for Cryptofuzz.
The text was updated successfully, but these errors were encountered:
Hi.
I'm using cryptofuzz to test cryptographic libraries.
I recognized that when testing KDF_PBKDF2, it produces incorrect difference.
For example, KDF_PBKDF2 in libgmp, linux, mpdecimal, blst, libsodim, bearssl, trezor-firmware, openssl libraries don't support SHAKE digest.
However, cryptofuzz test KDF_PBKDF2 with SHAKE digest, so that it catches as result is not correct.
It would be better to filter out libraries with unsupported algorithms before testing algorithms.
Thank you for your works for Cryptofuzz.
The text was updated successfully, but these errors were encountered: