From a555b405335adcf8ec7ef5324d26228d9cde7722 Mon Sep 17 00:00:00 2001 From: Ignacio Porte Date: Sat, 22 Feb 2025 18:21:50 -0300 Subject: [PATCH] feat: add hash functions tool section --- decoding/hash-functions.mdx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 decoding/hash-functions.mdx diff --git a/decoding/hash-functions.mdx b/decoding/hash-functions.mdx new file mode 100644 index 0000000..d5ec2e4 --- /dev/null +++ b/decoding/hash-functions.mdx @@ -0,0 +1,16 @@ +--- +title: "Hash Functions" +date: 2025-02-22T15:32:14Z +lastmod: "2025-02-19" +draft: false +category: Tools +layout: TopicBanner +icon: "FaTools" +order: 203 +--- + +This tool computes the SHA256, Hash256, RIPEMD160, and Hash160 of a given input + + + +