Blake3.NET icon indicating copy to clipboard operation
Blake3.NET copied to clipboard

[Feature] Request that the standard HashAlgorithm base class be used.

Open NickSt opened this issue 1 year ago • 0 comments

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.

NickSt avatar Dec 07 '24 01:12 NickSt