Skip to content

Commit

Permalink
chore(poseidon-cipher): export new function
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Feb 8, 2024
1 parent f226d6c commit 8a6d836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/poseidon-cipher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-kit/poseidon-cipher",
"version": "0.2.0",
"version": "0.2.1",
"description": "Poseidon encryption and decryption in TypeScript.",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/poseidon-cipher/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from "./utils"
export * from "./types"

export { poseidonEncrypt, poseidonDecrypt } from "./poseidonCipher"
export { poseidonEncrypt, poseidonDecrypt, poseidonDecryptWithoutCheck } from "./poseidonCipher"

0 comments on commit 8a6d836

Please sign in to comment.