Looking into the HMAC/SHA-2 test vector tests, I don't see the gains from reseeding. We feed all the test vectors anyway with every iteration, just in a different order. No other randomization is happening, so am not sure what do we gain from reseeding 5 times, unless I am missing something.
Looking into the HMAC/SHA-2 test vector tests, I don't see the gains from reseeding. We feed all the test vectors anyway with every iteration, just in a different order. No other randomization is happening, so am not sure what do we gain from reseeding 5 times, unless I am missing something.
@martin-velay @rswarbrick
Originally posted by @gdessouky in https://github.com/lowRISC/opentitan/issues/23978#issuecomment-2219947032