We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d769ac8 commit 71191ecCopy full SHA for 71191ec
README.md
@@ -5,6 +5,7 @@ SHA2 bytestring hashing for JavaScript.
5
See [docs](https://string-hashing.github.io/sha2/index.html).
6
7
```js
8
+import {alloc} from '@array-like/alloc';
9
import * as ascii from '@codec-bytes/ascii';
10
import * as base16 from '@codec-bytes/base16';
11
import {sha512} from '@string-hashing/sha2';
0 commit comments