Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit 23c3df5

Browse files
Update index.html
Signed-off-by: qwerty-uiop-qaz <[email protected]>
1 parent 7c635b4 commit 23c3df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132

133133
//`finalHash` is for encryption logic
134134

135-
const bigintciphertext = bigintplaintext * finalhash;
135+
const bigintciphertext = bigintplaintext * finalHash;
136136

137137
const ciphertext = bigIntToString(bigintciphertext)
138138

0 commit comments

Comments
 (0)