Skip to content

Commit

Permalink
Merge pull request #76 from Rate-Limiting-Nullifier/types/export-circ…
Browse files Browse the repository at this point in the history
…uit-wrappers

Export circuit wrappers
  • Loading branch information
mhchia authored Jun 26, 2023
2 parents 30eda57 + 8885def commit 869338f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rlnjs",
"version": "3.1.1",
"version": "3.1.2",
"description": "Client library for generating and using RLN ZK proofs.",
"license": "MIT",
"repository": "https://github.com/Rate-Limiting-Nullifier/rlnjs",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export { IMessageIDCounter } from './message-id-counter'

export * from './types'

export { RLNFullProof, RLNSNARKProof, RLNWitness, RLNPublicSignals } from './circuit-wrapper'
export { RLNFullProof, RLNSNARKProof, RLNWitness, RLNPublicSignals, RLNProver, RLNVerifier, WithdrawProver } from './circuit-wrapper'

0 comments on commit 869338f

Please sign in to comment.