From 0ede92a5d92ddc26cf74ee32fcef2c36830b6e72 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 2 Jan 2025 22:25:17 -0500 Subject: [PATCH] Fix SSDEEP URL --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 7567c98..047cce5 100644 --- a/README.MD +++ b/README.MD @@ -24,7 +24,7 @@ All hash and checksum types here have been written to ensure compatibility acros | FNV | 32-, and 64-bit variants; 0, 1, and 1a algorithms | | Message Digest | MD2 and MD4 only | | RIPEMD | 128-, 160-, 256-, and 320-bit variants | -| SpamSum | Based on the [SSDEEP source code](github.com/ssdeep-project/ssdeep/blob/master/fuzzy.c) | +| SpamSum | Based on the [SSDEEP source code](https://github.com/ssdeep-project/ssdeep/blob/master/fuzzy.c) | | Tiger | 128-, 160-, and 192-bit variants; 3- and 4-pass; `0x01` and `0x80` (Tiger2) pad-initialized | | xxHash | xxHash-32 and xxHash-64 only |