From 30ed7ce21ea740969271ac72435c678f96e34ac0 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Thu, 30 May 2024 11:51:47 -0700 Subject: [PATCH] Update SVG examples since a few things (dimensions, palette selection) have changed Signed-off-by: Alek Ratzloff --- examples/asdf-md5-nibble.svg | 64 +++--- examples/asdf-md5-randomart.svg | 197 ++++------------- examples/asdf-sha1-nibble.svg | 80 +++---- examples/asdf-sha1-randomart.svg | 197 ++++------------- examples/asdf-sha224-nibble.svg | 112 +++++----- examples/asdf-sha224-randomart.svg | 211 +++++------------- examples/asdf-sha256-nibble.svg | 128 +++++------ examples/asdf-sha256-randomart.svg | 211 +++++------------- examples/asdf-sha384-nibble.svg | 192 ++++++++-------- examples/asdf-sha384-randomart.svg | 265 ++++++++++------------- examples/asdf-sha512-nibble.svg | 256 +++++++++++----------- examples/asdf-sha512-randomart.svg | 265 ++++++++++------------- examples/empty-md5-nibble.svg | 64 +++--- examples/empty-md5-randomart.svg | 197 ++++------------- examples/empty-sha1-nibble.svg | 80 +++---- examples/empty-sha1-randomart.svg | 197 ++++------------- examples/empty-sha224-nibble.svg | 112 +++++----- examples/empty-sha224-randomart.svg | 211 +++++------------- examples/empty-sha256-nibble.svg | 128 +++++------ examples/empty-sha256-randomart.svg | 211 +++++------------- examples/empty-sha384-nibble.svg | 192 ++++++++-------- examples/empty-sha384-randomart.svg | 265 ++++++++++------------- examples/empty-sha512-nibble.svg | 256 +++++++++++----------- examples/empty-sha512-randomart.svg | 265 ++++++++++------------- examples/fullsource-md5-nibble.svg | 34 +++ examples/fullsource-md5-randomart.svg | 44 ++++ examples/fullsource-sha1-nibble.svg | 42 ++++ examples/fullsource-sha1-randomart.svg | 44 ++++ examples/fullsource-sha224-nibble.svg | 58 +++++ examples/fullsource-sha224-randomart.svg | 58 +++++ examples/fullsource-sha256-nibble.svg | 66 ++++++ examples/fullsource-sha256-randomart.svg | 58 +++++ examples/fullsource-sha384-nibble.svg | 98 +++++++++ examples/fullsource-sha384-randomart.svg | 112 ++++++++++ examples/fullsource-sha512-nibble.svg | 130 +++++++++++ examples/fullsource-sha512-randomart.svg | 112 ++++++++++ 36 files changed, 2532 insertions(+), 2680 deletions(-) create mode 100644 examples/fullsource-md5-nibble.svg create mode 100644 examples/fullsource-md5-randomart.svg create mode 100644 examples/fullsource-sha1-nibble.svg create mode 100644 examples/fullsource-sha1-randomart.svg create mode 100644 examples/fullsource-sha224-nibble.svg create mode 100644 examples/fullsource-sha224-randomart.svg create mode 100644 examples/fullsource-sha256-nibble.svg create mode 100644 examples/fullsource-sha256-randomart.svg create mode 100644 examples/fullsource-sha384-nibble.svg create mode 100644 examples/fullsource-sha384-randomart.svg create mode 100644 examples/fullsource-sha512-nibble.svg create mode 100644 examples/fullsource-sha512-randomart.svg diff --git a/examples/asdf-md5-nibble.svg b/examples/asdf-md5-nibble.svg index 37154e0..fda9101 100644 --- a/examples/asdf-md5-nibble.svg +++ b/examples/asdf-md5-nibble.svg @@ -1,34 +1,34 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/asdf-md5-randomart.svg b/examples/asdf-md5-randomart.svg index 072891e..252db6d 100644 --- a/examples/asdf-md5-randomart.svg +++ b/examples/asdf-md5-randomart.svg @@ -1,155 +1,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/asdf-sha1-nibble.svg b/examples/asdf-sha1-nibble.svg index 1e4162b..2239b25 100644 --- a/examples/asdf-sha1-nibble.svg +++ b/examples/asdf-sha1-nibble.svg @@ -1,42 +1,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/asdf-sha1-randomart.svg b/examples/asdf-sha1-randomart.svg index 5837aef..2b20227 100644 --- a/examples/asdf-sha1-randomart.svg +++ b/examples/asdf-sha1-randomart.svg @@ -1,155 +1,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/asdf-sha224-nibble.svg b/examples/asdf-sha224-nibble.svg index 1649965..24a52bf 100644 --- a/examples/asdf-sha224-nibble.svg +++ b/examples/asdf-sha224-nibble.svg @@ -1,58 +1,58 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/asdf-sha224-randomart.svg b/examples/asdf-sha224-randomart.svg index 73d19a1..1451e35 100644 --- a/examples/asdf-sha224-randomart.svg +++ b/examples/asdf-sha224-randomart.svg @@ -1,155 +1,58 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/asdf-sha256-nibble.svg b/examples/asdf-sha256-nibble.svg index 344b903..44f8649 100644 --- a/examples/asdf-sha256-nibble.svg +++ b/examples/asdf-sha256-nibble.svg @@ -1,66 +1,66 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/asdf-sha256-randomart.svg b/examples/asdf-sha256-randomart.svg index afe54d1..da5a026 100644 --- a/examples/asdf-sha256-randomart.svg +++ b/examples/asdf-sha256-randomart.svg @@ -1,155 +1,58 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/asdf-sha384-nibble.svg b/examples/asdf-sha384-nibble.svg index 27cb029..337e351 100644 --- a/examples/asdf-sha384-nibble.svg +++ b/examples/asdf-sha384-nibble.svg @@ -1,98 +1,98 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/asdf-sha384-randomart.svg b/examples/asdf-sha384-randomart.svg index 060653f..58ccf36 100644 --- a/examples/asdf-sha384-randomart.svg +++ b/examples/asdf-sha384-randomart.svg @@ -1,155 +1,112 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/asdf-sha512-nibble.svg b/examples/asdf-sha512-nibble.svg index 039d6fc..a379b25 100644 --- a/examples/asdf-sha512-nibble.svg +++ b/examples/asdf-sha512-nibble.svg @@ -1,130 +1,130 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/asdf-sha512-randomart.svg b/examples/asdf-sha512-randomart.svg index 095ca46..91a76da 100644 --- a/examples/asdf-sha512-randomart.svg +++ b/examples/asdf-sha512-randomart.svg @@ -1,155 +1,112 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/empty-md5-nibble.svg b/examples/empty-md5-nibble.svg index c687a28..41bec49 100644 --- a/examples/empty-md5-nibble.svg +++ b/examples/empty-md5-nibble.svg @@ -1,34 +1,34 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/empty-md5-randomart.svg b/examples/empty-md5-randomart.svg index 43e3a42..8f0d9f3 100644 --- a/examples/empty-md5-randomart.svg +++ b/examples/empty-md5-randomart.svg @@ -1,155 +1,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/empty-sha1-nibble.svg b/examples/empty-sha1-nibble.svg index 6eb14f3..f622fac 100644 --- a/examples/empty-sha1-nibble.svg +++ b/examples/empty-sha1-nibble.svg @@ -1,42 +1,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/empty-sha1-randomart.svg b/examples/empty-sha1-randomart.svg index a764fc7..99b60e1 100644 --- a/examples/empty-sha1-randomart.svg +++ b/examples/empty-sha1-randomart.svg @@ -1,155 +1,44 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/empty-sha224-nibble.svg b/examples/empty-sha224-nibble.svg index b9e97bf..bea4e74 100644 --- a/examples/empty-sha224-nibble.svg +++ b/examples/empty-sha224-nibble.svg @@ -1,58 +1,58 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/empty-sha224-randomart.svg b/examples/empty-sha224-randomart.svg index 261c9e3..7ed2607 100644 --- a/examples/empty-sha224-randomart.svg +++ b/examples/empty-sha224-randomart.svg @@ -1,155 +1,58 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/empty-sha256-nibble.svg b/examples/empty-sha256-nibble.svg index 3b195d5..2c8b9a1 100644 --- a/examples/empty-sha256-nibble.svg +++ b/examples/empty-sha256-nibble.svg @@ -1,66 +1,66 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/empty-sha256-randomart.svg b/examples/empty-sha256-randomart.svg index 516db82..8162a65 100644 --- a/examples/empty-sha256-randomart.svg +++ b/examples/empty-sha256-randomart.svg @@ -1,155 +1,58 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/empty-sha384-nibble.svg b/examples/empty-sha384-nibble.svg index 26d4fda..079d1a8 100644 --- a/examples/empty-sha384-nibble.svg +++ b/examples/empty-sha384-nibble.svg @@ -1,98 +1,98 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/empty-sha384-randomart.svg b/examples/empty-sha384-randomart.svg index 6026fba..fa855f2 100644 --- a/examples/empty-sha384-randomart.svg +++ b/examples/empty-sha384-randomart.svg @@ -1,155 +1,112 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/empty-sha512-nibble.svg b/examples/empty-sha512-nibble.svg index 7197941..981a1b8 100644 --- a/examples/empty-sha512-nibble.svg +++ b/examples/empty-sha512-nibble.svg @@ -1,130 +1,130 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/empty-sha512-randomart.svg b/examples/empty-sha512-randomart.svg index 0b787dd..b4dadbf 100644 --- a/examples/empty-sha512-randomart.svg +++ b/examples/empty-sha512-randomart.svg @@ -1,155 +1,112 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/fullsource-md5-nibble.svg b/examples/fullsource-md5-nibble.svg new file mode 100644 index 0000000..67ad6e4 --- /dev/null +++ b/examples/fullsource-md5-nibble.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/fullsource-md5-randomart.svg b/examples/fullsource-md5-randomart.svg new file mode 100644 index 0000000..a355de3 --- /dev/null +++ b/examples/fullsource-md5-randomart.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/fullsource-sha1-nibble.svg b/examples/fullsource-sha1-nibble.svg new file mode 100644 index 0000000..1a626bf --- /dev/null +++ b/examples/fullsource-sha1-nibble.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/fullsource-sha1-randomart.svg b/examples/fullsource-sha1-randomart.svg new file mode 100644 index 0000000..078af03 --- /dev/null +++ b/examples/fullsource-sha1-randomart.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/fullsource-sha224-nibble.svg b/examples/fullsource-sha224-nibble.svg new file mode 100644 index 0000000..f5b14bf --- /dev/null +++ b/examples/fullsource-sha224-nibble.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/fullsource-sha224-randomart.svg b/examples/fullsource-sha224-randomart.svg new file mode 100644 index 0000000..7c20434 --- /dev/null +++ b/examples/fullsource-sha224-randomart.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/fullsource-sha256-nibble.svg b/examples/fullsource-sha256-nibble.svg new file mode 100644 index 0000000..a17b603 --- /dev/null +++ b/examples/fullsource-sha256-nibble.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/fullsource-sha256-randomart.svg b/examples/fullsource-sha256-randomart.svg new file mode 100644 index 0000000..d99c4c2 --- /dev/null +++ b/examples/fullsource-sha256-randomart.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/fullsource-sha384-nibble.svg b/examples/fullsource-sha384-nibble.svg new file mode 100644 index 0000000..117fc2d --- /dev/null +++ b/examples/fullsource-sha384-nibble.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/fullsource-sha384-randomart.svg b/examples/fullsource-sha384-randomart.svg new file mode 100644 index 0000000..06a64de --- /dev/null +++ b/examples/fullsource-sha384-randomart.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/fullsource-sha512-nibble.svg b/examples/fullsource-sha512-nibble.svg new file mode 100644 index 0000000..fdb4d1c --- /dev/null +++ b/examples/fullsource-sha512-nibble.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/examples/fullsource-sha512-randomart.svg b/examples/fullsource-sha512-randomart.svg new file mode 100644 index 0000000..5963592 --- /dev/null +++ b/examples/fullsource-sha512-randomart.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file