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

typo in README #46

Closed
pkieltyka opened this issue Apr 1, 2023 · 2 comments · Fixed by #47
Closed

typo in README #46

pkieltyka opened this issue Apr 1, 2023 · 2 comments · Fixed by #47

Comments

@pkieltyka
Copy link
Contributor

import { bytesToHex as toHex, randomBytes } from '@noble/hashes/scrypt';

should be..

import { bytesToHex as toHex, randomBytes } from '@noble/hashes/utils';

@paulmillr
Copy link
Owner

Can you submit a pull request instead of opening an issue?

@pkieltyka
Copy link
Contributor Author

#47

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