You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
2
10
3
11
To build all methods and execute the method within the zkVM, run the following
0 commit comments