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