Blake3.NET
Blake3.NET copied to clipboard
[Feature] Request that the standard HashAlgorithm base class be used.
In C# libraries the base class System.Security.Cryptography.HashAlgorithm is used as a standard base class for hashing algorithms. This makes it easier to use different hashing algorithms in a single project or allow consumers to select different hash algorithms when using a project.