Skip to content

Commit fea7755

Browse files
fix: preserve crypto root verifyPrepared export surface (#665)
1 parent 8811dba commit fea7755

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/utils/crypto/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import libsodium from "libsodium-wrappers";
22

33
export * from "./key.js";
44
export * from "./ed25519.js";
5+
// Keep signature helpers on the root entrypoint because downstream packages
6+
// import verifyPrepared via "@peerbit/crypto".
57
export * from "./signature.js";
68
export * from "./sepc256k1.js";
79
export * from "./x25519.js";

0 commit comments

Comments
 (0)