Skip to content

Commit c4faa3f

Browse files
committed
Expose sha512
1 parent e3597d9 commit c4faa3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/sha512.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)