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 crypto namespace #236

Merged
merged 2 commits into from
Dec 4, 2017
Merged

Add crypto namespace #236

merged 2 commits into from
Dec 4, 2017

Conversation

hairyhenderson
Copy link
Owner

@hairyhenderson hairyhenderson commented Dec 4, 2017

Adds a bunch of new functions for crypto-type uses (hashing, etc):

  • crypto.PBKDF2
  • crypto.WPAPSK (a special-case of crypto.PBKDF2 for generating WPA PSKs)
  • crypto.SHA1
  • crypto.SHA224
  • crypto.SHA256
  • crypto.SHA384
  • crypto.SHA512
  • crypto.SHA512_224
  • crypto.SHA512_256

There'll no doubt be more in another PR...

Signed-off-by: Dave Henderson [email protected]

Signed-off-by: Dave Henderson <[email protected]>
Signed-off-by: Dave Henderson <[email protected]>
@hairyhenderson hairyhenderson merged commit f6e20ca into master Dec 4, 2017
@hairyhenderson hairyhenderson deleted the add-crypto-ns branch December 4, 2017 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant