pepper-project / pequin

A system for verifying outsourced computations, and applying SNARKs. Simplified release of the main Pepper codebase.
Other
122 stars 46 forks source link

Fix bug introduced by PR 20 #40

Closed fleupold closed 5 years ago

fleupold commented 5 years ago

The if needs to be an elif, because there is already an if above, otherwise this breaks all EXTERN calls.

This fixes #39