Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
NickSt opened this issue Dec 7, 2024 · 0 comments
Open
Labels
enhancement New feature or request PR Welcome A Pull-Request would be welcome for this issue

Comments

@NickSt
Copy link

NickSt commented Dec 7, 2024

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.

@xoofx xoofx added enhancement New feature or request PR Welcome A Pull-Request would be welcome for this issue labels Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request PR Welcome A Pull-Request would be welcome for this issue
Projects
None yet
Development

No branches or pull requests

2 participants