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

Is there any interest in adding the SHA512/224 and SHA512/256 algorithms? #61

Closed
pixel27 opened this issue Jan 26, 2020 · 1 comment · Fixed by #98
Closed

Is there any interest in adding the SHA512/224 and SHA512/256 algorithms? #61

pixel27 opened this issue Jan 26, 2020 · 1 comment · Fixed by #98

Comments

@pixel27
Copy link

pixel27 commented Jan 26, 2020

I would be happy to do the work, I figure the module would end up exporting the following new objects:

  • sha512_256
  • sha2_512_256
  • SHA2_512_256_CTX

and

  • sha512_224
  • sha2_512_224
  • SHA2_512_224_CTX

The algorithms appear to mostly be the SHA512 with a different initial hash value. Does that seem reasonable?

@staticfloat
Copy link
Member

Sure, PR's are welcome!

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

Successfully merging a pull request may close this issue.

2 participants