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

Add keygen methods for hmac and aes in web context. #20

Closed
wants to merge 4 commits into from

Conversation

edyu
Copy link

@edyu edyu commented May 29, 2020

I'm adding methods to generate keys using the web crypto api for both aes (symmetric key) and hmac. I know we could have used the keygen function in secret key but that doesn't actually take advantage of the web crypto api while in the web context.

Once again, thank you for your work.

@terrier989
Copy link
Member

Thanks for the pull request! I ended up fixing these issues in the latest version without this pull request. Nevertheless we really appreciated the pull request! 👍

@terrier989 terrier989 closed this Jun 9, 2020
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.

2 participants