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?
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?