mirror of
https://github.com/logos-storage/circom-goldilocks.git
synced 2026-01-04 22:13:10 +00:00
9 lines
152 B
Plaintext
9 lines
152 B
Plaintext
|
|
pragma circom 2.2.0;
|
|
|
|
include "test_wrapper.circom";
|
|
|
|
//component main { public [A,B] } = AddWrapper();
|
|
|
|
component main { public [A] } = InvWrapper();
|