Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

r1csfile

iden397.7kGPL-3.00.0.48

r1cs file format parser

r1cs, circom, zero, knoledge, format, parser

readme

R1CS Binary File Format

This is a helper library to read r1cs binary files defined here

Usage

` const readR1cs = require("r1csfile").readR1cs

readR1cs("myfile.r1cs").then((r1cs) => { console.log(r1cs); });