ECDSA signature generation does not follow RFC-6979 #9499
Open
Description
The ECDSA signatures generated by the vm.sign()
cheatcode do not strictly follow RFC-6979. For more info regarding the details, see this analysis.
Note that the underlying ECDSA functionality is provided via RustCrypto which fixed the issue in a recent prerelease, see RustCrypto/elliptic-curves#1100.
Creating this as tracking issue, can be closed once foundry updates to the new RustCrypto version.
Metadata
Assignees
Type
Projects
Status
Todo