mirror of
https://github.com/socathie/circomlib-ml.git
synced 2026-01-09 22:18:02 -05:00
5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
pragma circom 2.0.0;
|
|
|
|
include "../../circuits/crypto/publickey_derivation.circom";
|
|
|
|
component main = PublicKey(); |