Skip to content

Commit

Permalink
Update contracts/utils/cryptography/RSA.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx authored Oct 1, 2024
1 parent 316b6f0 commit 7d49ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/utils/cryptography/RSA.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ library RSA {
* digest, public key and (valid signature), it will return true every time. Consider including an onchain nonce
* or unique identifier in the message to prevent replay attacks.
*
* WARNING: This verification algorithm support any exponent. NIST recommendation are to use `65537` (or higher).
* WARNING: This verification algorithm supports any exponent. NIST recommends using `65537` (or higher).
* That is the default value many libraries use, such as OpenSSL. Developers may choose to reject public keys
* using a low exponent out of security concerns.
*
Expand Down

0 comments on commit 7d49ed4

Please sign in to comment.