From 71a45e5cd90b83bcb935062d73c0a085ceecfdfd Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 8 Mar 2024 10:26:00 -0500 Subject: [PATCH] Update README --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 8db54a9..8325782 100644 --- a/README.MD +++ b/README.MD @@ -6,7 +6,7 @@ This library comprises of methods and helpers to simplify the process of getting | --- | --- | --- | | [Aaru.Checksums](https://github.com/aaru-dps/Aaru.Checksums) | SpamSum | Some code tweaks made to support older .NET versions | | [Compress](https://github.com/RomVault/RVWorld/tree/master/Compress) | N/A | Used for threaded hashing | -| [CRC32 / OptimizedCRC](https://gitlab.com/eugene77/CRC32) | CRC-32 | Used in `net20`, `net35`, `net40`, and `net452` | +| [CRC32 / OptimizedCRC](https://gitlab.com/eugene77/CRC32) | CRC-32 | Used in `net20`, `net35`, `net40`, and `net452`; available as an alternate CRC-32 implementation in `net462` and above | | [System.IO.Hashing](https://www.nuget.org/packages/System.IO.Hashing) | CRC-32, CRC-64, xxHash32, xxHash64, XXH3, XXH128 | Used in `net462` and above | | [System.Security.Cryptography](https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography) | MD5, RIPEMD160 (.NET Framework only), SHA-1, SHA-256, SHA-384, SHA-512 | Built-in library |