Skip to content

Commit

Permalink
Update README.md (Fixed wrong import path)
Browse files Browse the repository at this point in the history
  • Loading branch information
iAchilles authored Aug 11, 2024
1 parent ae060da commit df04a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Matches [RFC 2104](https://datatracker.ietf.org/doc/html/rfc2104).

```typescript
import { hkdf } from '@noble/hashes/hkdf';
import { sha256 } from '@noble/hashes/sha';
import { sha256 } from '@noble/hashes/sha2';
import { randomBytes } from '@noble/hashes/utils';
const inputKey = randomBytes(32);
const salt = randomBytes(32);
Expand Down

0 comments on commit df04a34

Please sign in to comment.