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
{{ message }}
This repository was archived by the owner on May 13, 2024. It is now read-only.
Current Behavior
When provisioning trustees, encrypting ballots, and decrypting tallies, proofs are generated and checked in memory but they are not persisted for use when publishing for verification
Expected behavior/code
Proofs should be persisted for use with election verifiers
Environment
all
Possible Solution
cache the proofs using the same mechanism as used for each data type (e.g. the file system)