You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m not quite sure if the term ‘promise safety’ is appropriate here, but when we make multiple witness generation requests simultaneously using promises, we might end up with duplicate witness results that don’t match our input values. Is there a way to optimize this issue?
circom/code_producers/src/wasm_elements/common/witness_calculator.js
Lines 131 to 169 in c133004
circom/code_producers/src/wasm_elements/common/witness_calculator.js
Lines 208 to 273 in c133004
I’m not quite sure if the term ‘promise safety’ is appropriate here, but when we make multiple witness generation requests simultaneously using promises, we might end up with duplicate witness results that don’t match our input values. Is there a way to optimize this issue?
Thank you very much for your time and help.
#299
The text was updated successfully, but these errors were encountered: