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

feat(hmac): Initial HMAC module #171

Closed
wants to merge 1 commit into from
Closed

feat(hmac): Initial HMAC module #171

wants to merge 1 commit into from

Conversation

drudge
Copy link

@drudge drudge commented Jul 26, 2022

This PR adds basic support for generating hmac hashes using the same algorithms supported by the hash module. Closes #168.

@drudge drudge changed the title feat(hmac): Initial HMAC package feat(hmac): Initial HMAC module Jul 26, 2022
@drudge
Copy link
Author

drudge commented Jul 29, 2022

@b5 What do you think of this change? Would you prefer these be hmac_xxxx functions under the hash module instead?

@drudge
Copy link
Author

drudge commented Jan 31, 2023

Hello, is there any interest in merging this yet?

@drudge
Copy link
Author

drudge commented Mar 16, 2023

Bueller?

@sgammon
Copy link

sgammon commented Mar 17, 2023

@drudge i think qri is dead... https://qri.io/winding_down

@drudge
Copy link
Author

drudge commented Mar 17, 2023

@drudge i think qri is dead... https://qri.io/winding_down

The link says the open source libraries will be maintained so I assumed this project wasn't dead.

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 this pull request may close these issues.

feature request: expose HMAC functionality in the hash module
2 participants