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

/r1csfile/

    Package Sidebar

    Install

    npm i r1csfile

    Weekly Downloads

    22,735

    Version

    0.0.48

    License

    GPL-3.0

    Unpacked Size

    152 kB

    Total Files

    19

    Last publish

    Collaborators

    • jbaylina
    • obrezhniev