AES_zero_knowledge_proof_circuit
AES_zero_knowledge_proof_circuit copied to clipboard
Results
2
AES_zero_knowledge_proof_circuit issues
Sort by
recently updated
recently updated
newest added
## Install ``` make install_insta ``` ## Run ``` make insta_demo ``` ## Clean > Removes the cached snapshots ``` make clean_snapshots ```
TODOs: - [x] `KeyDerivation`. - [x] `AddRoundKey`. - [x] `SubBytes`. - [x] `ShiftRows`. - [x] `MixColumns`. - [ ] `Proof Generation` - [ ] `Proof Verification`