Update js/index.html to include available hash algorithms
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user