Skip to content

Commit 03add14

Browse files
authored
Update README.md
1 parent 35d52e1 commit 03add14

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# RISC Zero AES demo
1+
# Verifiable Encryption Demo
2+
3+
Goal: Encrypt private data (plaintext) while committing to the hash of the data and the resulting ciphertext prodced by some encryption. Correct encryption should be _succintly verifiable_ without decrypting the plaintext.
4+
5+
## Running encryption inside a zkVM
6+
7+
This repo contains a minimal [RISC Zero](https://risczero.com/) example of running [ChaCha20](https://en.wikipedia.org/wiki/Salsa20#ChaCha_variant) on some input data & committing to the hash of the input and resulting ciphertext.
8+
9+
## Development
210

311
To build all methods and execute the method within the zkVM, run the following
412
command:

0 commit comments

Comments
 (0)