From 1758d477a85e7ba557549d33cea9a47066c01b3a Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Mon, 3 Jun 2024 12:32:52 -0700 Subject: [PATCH] Update js/index.html to include available hash algorithms Signed-off-by: Alek Ratzloff --- examples/commithash.svg | 80 ++++++++++++++++++++--------------------- js/index.html | 13 ++++++- 2 files changed, 52 insertions(+), 41 deletions(-) diff --git a/examples/commithash.svg b/examples/commithash.svg index 0fe8dc8..b885610 100644 --- a/examples/commithash.svg +++ b/examples/commithash.svg @@ -1,42 +1,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/js/index.html b/js/index.html index 92458ea..a448c8e 100644 --- a/js/index.html +++ b/js/index.html @@ -11,7 +11,18 @@

- Create a colorhash image by typing in a hash here + Create a colorhash image by typing in a hash here. +

+

+ Supported hash algorithms: +

    +
  • md5
  • +
  • sha1
  • +
  • sha224
  • +
  • sha256
  • +
  • sha384
  • +
  • sha512
  • +