ECDSA: Use unchecked arithmetic for the tryRecover function (#4301)

Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
This commit is contained in:
Pascal Marco Caversaccio
2023-06-08 04:10:43 +03:00
committed by GitHub
parent d9474327a4
commit 1d5bcd04e7
2 changed files with 11 additions and 3 deletions

View File

@ -0,0 +1,5 @@
---
'openzeppelin-solidity': patch
---
`ECDSA`: Use unchecked arithmetic for the `tryRecover` function that receives the `r` and `vs` short-signature fields separately.