0.0.3 • Published 3 years ago

react-native-r1csfile v0.0.3

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 years ago

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