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

Issue with SHA256 #4

Closed
strinque opened this issue Oct 26, 2022 · 0 comments
Closed

Issue with SHA256 #4

strinque opened this issue Oct 26, 2022 · 0 comments

Comments

@strinque
Copy link
Contributor

There is a typo for SHA2_256 hashing algorithm:

 case hashpp::ALGORITHMS::SHA2_256: {
	vSHA2_224.push_back(hashpp::SHA::SHA2_256().getHash(_data));

I'll provide a list of fixes soon.

D7EAD added a commit that referenced this issue Oct 26, 2022
Fix for typo described in #4
@D7EAD D7EAD closed this as completed Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants