mirror of
https://github.com/socathie/circomlib-ml.git
synced 2026-01-08 21:48:06 -05:00
5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
pragma circom 2.0.3;
|
|
|
|
include "../../circuits/Dense.circom";
|
|
|
|
component main = Dense(3,2); |