mirror of
https://github.com/Veridise/Picus.git
synced 2026-04-19 03:00:11 -04:00
This commit adds a capability to process circom files directly via the `--circom` flag. This is done by creating a temporary directory to store the compiled r1cs file. The temporary directory is cleaned up on exit when Picus exits normally. However, when Picus crashes or when it is interrupted, the temporary directory will not be cleaned, giving the user an opportunity to inspect files.