Update and clarify documentation comments (#5206)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com> Co-authored-by: Ernesto García <ernestognw@gmail.com> Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
@ -91,7 +91,7 @@ function _verify(
|
||||
bytes memory e,
|
||||
bytes memory n
|
||||
) internal pure returns (bool) {
|
||||
return data.pkcs1(signature, e, n);
|
||||
return data.pkcs1Sha256(signature, e, n);
|
||||
}
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user