Update js/index.html to include available hash algorithms

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2024-06-03 12:32:52 -07:00
parent d61da024c9
commit 1758d477a8
2 changed files with 52 additions and 41 deletions

View File

@@ -11,7 +11,18 @@
<body>
<div>
<p>
Create a colorhash image by typing in a hash here
Create a colorhash image by typing in a hash here.
</p>
<p>
Supported hash algorithms:
<ul>
<li>md5</li>
<li>sha1</li>
<li>sha224</li>
<li>sha256</li>
<li>sha384</li>
<li>sha512</li>
</ul>
</p>
</div>
<div>