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

fix check for symmetric key #22

Merged
merged 1 commit into from
Oct 18, 2019

Conversation

leofidus
Copy link

crypto_secretbox was checking for key.isEd25519Key() || key.isEd25519Key(). I'm pretty confident key.isEd25519Key() || key.isX25519Key() better matches the intention.

@paragonie-scott paragonie-scott merged commit b9b2e1d into paragonie:master Oct 18, 2019
@paragonie-scott
Copy link
Member

Good catch!

@leofidus leofidus deleted the bugfix/symkeycheck branch October 18, 2019 15:52
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