isValidPayload
should use constant time comparison for secrets
#437
Labels
isValidPayload
should use constant time comparison for secrets
#437
When comparing secrets one should use constant time comparison or a randomized comparison to avoid side channel attacks that can lead to compromise.
The text was updated successfully, but these errors were encountered: