UNPKG
@anudit/r1csfile
Version:
latest (0.0.47)
0.0.47
r1cs file format parser
github.com/iden3/r1csfile
iden3/r1csfile
@anudit/r1csfile
/
README.md
17 lines
(8 loc)
•
244 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# R1CS Binary File Format
This
is
a helper library to read r1cs binary files defined [here](doc/r1cs_bin_format.md)
## Usage
```
const
loadR1cs = require(
"r1csfile"
).
load
loadR1cs
(
"myfile.r1cs"
).
then
(
(r1cs
)
=> { console.log(r1cs); });