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 8811dba commit fea7755Copy full SHA for fea7755
packages/utils/crypto/src/index.ts
@@ -2,6 +2,8 @@ import libsodium from "libsodium-wrappers";
2
3
export * from "./key.js";
4
export * from "./ed25519.js";
5
+// Keep signature helpers on the root entrypoint because downstream packages
6
+// import verifyPrepared via "@peerbit/crypto".
7
export * from "./signature.js";
8
export * from "./sepc256k1.js";
9
export * from "./x25519.js";
0 commit comments