lovesh / r1csfile

r1cs file format parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R1CS Binary File Format

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

Usage

const loadR1cs = require("r1csfile").load

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




About

r1cs file format parser

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%