solady
solady copied to clipboard
🚨 ECDSA and SignatureCheckerLib will NOT check for non-malleability
See: #523
This notice will be kept up for a while.
If we want a function with the malleability check, what do you recommend?
Don't.
If you use a nonce, you will never ever need the malleability check.
The check is just a protection against incorrect usage of signatures.
If you really somehow still need it, use OpenZeppelin.