mratsim / constantine

Constantine: modular, high-performance, zero-dependency cryptography stack for verifiable computation, proof systems and blockchain protocols.
Other
391 stars 43 forks source link

[R1CS] Fix parsing of R1CS files using `readChars` #401

Closed Vindaar closed 3 months ago

Vindaar commented 3 months ago

We were accidentally still using readChars in the parser instead of our constantine internal readInto.