Skip to content
Prev Previous commit
Next Next commit
Update docs/modules/ROOT/pages/utilities.adoc
Co-authored-by: Francisco <[email protected]>
  • Loading branch information
ernestognw and frangio authored Jul 6, 2023
commit f5a1c55a9b009ae5b90329879385f33a4e2f8a5b
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/utilities.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function _verify(bytes32 data, bytes memory signature, address account) internal
}
----

WARNING: Getting signature verification right is not trivial: make sure you fully read and understand xref:api:utils.adoc#MessageHashUtils[`MessageHashUtils`]'s and xref:api:utils.adoc#ECDSA[`ECDSA`]'s documentations.
WARNING: Getting signature verification right is not trivial: make sure you fully read and understand xref:api:utils.adoc#MessageHashUtils[`MessageHashUtils`]'s and xref:api:utils.adoc#ECDSA[`ECDSA`]'s documentation.

=== Verifying Merkle Proofs

Expand Down