sapling-crypto
sapling-crypto copied to clipboard
Do not rely on drop() to perform final accumulation step
The MultiEq API relies on drop, which is not guaranteed to run. By wrapping the logic in a closure we ensure the final accumulation step must be performed to proceed with execution.