Skip to content

Commit

Permalink
chore: remove export of generateWitness
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Oct 10, 2023
1 parent 650d4ef commit fa3b8c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tooling/noir_js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import * as abi from '@noir-lang/noirc_abi';

export { acvm, abi };

export { generateWitness } from './witness_generation.js';
export { acirToUint8Array, witnessMapToUint8Array } from './serialize.js';

export { Noir } from './program.js';

0 comments on commit fa3b8c9

Please sign in to comment.