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 Jan 28, 2022. It is now read-only.
I'd like to help write a parser/serializer for the outputted R1CS, but I need to understand the schema (i.e., the format of the output). I tried looking around to see if I could find some function/document/readme that describes this output format, but couldn't find anything.
Any help would be appreciated! I tried reading the code but I don't know haskell :(
Is this output consumed directly by libsnark? if so, is it 3 matrices (A, B, C) concatenated?