mirror of https://github.com/vacp2p/ark-circom.git
64e0ee9546
* Import circom-2 test vectors
* Add failing test under feature flag
* Add exceptionHandler
* Add showSharedRWMemory
* Add getFieldNumLen32 and disable getFrLen
* Add getVersion
Also print version, n32
* Add getRawPrime
- Disable getPtrRawPrime
- Write as conditional cfg code blocks
* Refactor cfg code blocks
* Add readSharedRWMemory and get prime from WASM mem
- Add fromArray32 convenience function
* WIP: Debug R1CSfile header
field_size in header is 1, not 32 as expected
Don't see anything recently changed here:
https://github.com/iden3/r1csfile/blob/master/src/r1csfile.js (used by snarkjs)
But this seems new:
|
||
---|---|---|
.. | ||
complex-circuit | ||
calculatewitness.js | ||
circom2_multiplier2.r1cs | ||
circom2_multiplier2.wasm | ||
circuit2.circom | ||
circuit2.wasm | ||
input.json | ||
mycircuit-input1.json | ||
mycircuit-input2.json | ||
mycircuit-input3.json | ||
mycircuit-witness.json | ||
mycircuit.circom | ||
mycircuit.r1cs | ||
mycircuit.sym | ||
mycircuit.wasm | ||
nconstraints.circom | ||
package-lock.json | ||
proof.json | ||
prove.sh | ||
public.json | ||
safe-circuit-witness.json | ||
smtverifier10-input.json | ||
smtverifier10-witness.0.json | ||
smtverifier10-witness.json | ||
smtverifier10.wasm | ||
test.zkey | ||
verification_key.json | ||
witness.wtns | ||
witness_calculator.js |