Skip to content

Commit 9bb354c

Browse files
committed
update hedges
1 parent c9a6b37 commit 9bb354c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ <h2>Binary to Nucleotides</h2>
216216
Base 2 Encoding: 00 → A, 11 → T, 01 → G, 10 → C
217217
</li>
218218
<li class="fragment">
219-
HEDGES (Auto-Key Encoding): hash(bit)mod4 → Base 4 Encoding
219+
HEDGES (key-autokey cipher) ECC: (hash(input) + bit)mod4 → Base 4
220+
Encoding
220221
</li>
221222
</ul>
222223
<p class="fragment">

0 commit comments

Comments
 (0)