You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,19 @@ By adding an additional SHA-256 hash, any changes (even slight) to the file afte
9
9
10
10
This version maintains the clarity and objectives of your original text while slightly improving the flow and readability.
11
11
12
-
## Syntax
12
+
## Practical Implementation
13
13
14
+
### Add signature
15
+
-**Step 1**: Calculate the EIP-191 signature from the original text.
16
+
-**Step 2**: Add the EIP-191 signature as a comment line.
17
+
-**Step 3**: Calculate the SHA-256 hash of the entire text, including the EIP-191 signature comment.
18
+
-**Step 4**: Add the SHA-256 hash as an additional comment line.
19
+
20
+
### Verification process
21
+
-**Step 1**: Calculate the SHA-256 hash of the current file (including the signature comment, but without the SHA-256 comment) and compare it to the provided SHA-256 hash.
22
+
-**Step 2**: Restore EVM account address from EIP-191 signature against the original text hash without the signature comment.
0 commit comments