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




Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    3
  • 0.0.1
    0
  • 0.0.32
    0

Package Sidebar

Install

npm i react-native-r1csfile

Weekly Downloads

3

Version

0.0.3

License

GPL-3.0

Unpacked Size

131 kB

Total Files

13

Last publish

Collaborators

  • vladyslavmunin