react-native-r1csfile

0.0.3 • Public • Published

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




Package Sidebar

Install

npm i react-native-r1csfile

Weekly Downloads

2

Version

0.0.3

License

GPL-3.0

Unpacked Size

131 kB

Total Files

13

Last publish

Collaborators

  • vladyslavmunin