Skip to content

Commit

Permalink
fix: crypto package index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpreiss committed Oct 8, 2023
1 parent 1cfaa37 commit 12c5981
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/utils/crypto/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ export * from "./hash.js";
export * from "./random.js";
export * from "./prehash.js";
export * from "./signer.js";
<<<<<<< Updated upstream
=======
export * from "./keychain.js";
export * from "./xsalsa20poly1305.js";
>>>>>>> Stashed changes
import libsodium from "libsodium-wrappers";
const ready = libsodium.ready; // TODO can we export ready directly ?
export { ready };

0 comments on commit 12c5981

Please sign in to comment.