paulmillr / noble-hashes

Audited & minimal JS implementation of hash functions, MACs and KDFs.
https://paulmillr.com/noble
MIT License
573 stars 46 forks source link

typo in README #46

Closed pkieltyka closed 1 year ago

pkieltyka commented 1 year ago

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

should be..

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

paulmillr commented 1 year ago

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

pkieltyka commented 1 year ago

https://github.com/paulmillr/noble-hashes/pull/47