r1csfile

0.0.48 • Public • Published

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);
});

Package Sidebar

Install

npm i r1csfile

Weekly Downloads

11,685

Version

0.0.48

License

GPL-3.0

Unpacked Size

152 kB

Total Files

19

Last publish

Collaborators

  • jbaylina
  • obrezhniev