From 400dd1aa2cfbee9e40d27fe474eb75857887d789 Mon Sep 17 00:00:00 2001 From: yash1io Date: Tue, 30 Jul 2024 02:36:50 +0530 Subject: [PATCH] add roadmap --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d00a7f8..7534868 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Check the [Cipher](./circuits/aes.circom) and [KeyExpansion](./circuits/key_expa The circuit only support the forward encryption of AES as we believe that the proof of computation for any proprietary use case can be refactored to use the forward encryption instead of the decryption. -Create an issue if you think that the decryption circuit is necessary. + 💡 Create an issue if you think that the decryption circuit is necessary. ## Circomkit @@ -48,3 +48,13 @@ yarn test # test a specific circuit yarn test -g ``` + +## Roadmap + +- [x] AES Forward Encryption Circuit +- [ ] Add AES-CTR mode (priority for ECIES implementaion) +- [ ] Add all other modes adhering to [NIST standards](https://nvlpubs.nist.gov/nistpubs/legacy/sp/nistspecialpublication800-38a.pdf) + +## Contribution + +Feel free to contribute to this repository by creating issues or pull requests. We are open to any suggestions or improvements. \ No newline at end of file