Cave of Secrets ( Part III )
Welcome to the technical guide
1) Setting up the Circuit in Circom ( The Wizards setting up the cave magic)
// cave_circuit.circom
pragma circom 2.1.4;
// This circuit represents our magical Cave of Secrets
template CaveOfSecrets() {
// Private ...
mansoor-eth.hashnode.dev4 min read