Implement 0x00 version of EIP-191 in ECDSA Library (#4063)

This commit is contained in:
Yamen Merhi
2023-02-22 16:22:50 +02:00
committed by GitHub
parent adb861fb3b
commit 53235263a3
4 changed files with 41 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
'openzeppelin-solidity': patch
---
`ECDSA`: Add a function `toDataWithIntendedValidatorHash` that encodes data with version 0x00 following EIP-191.