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 e3597d9 commit c4faa3fCopy full SHA for c4faa3f
src/sha512.ts
@@ -0,0 +1,4 @@
1
+import { sha512 as _sha512 } from "noble-hashes/lib/sha512";
2
+import { wrapHash } from "./utils";
3
+
4
+export const sha512 = wrapHash(_sha512);
0 commit comments