Skip to content

Commit

Permalink
add roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
yash1io committed Jul 29, 2024
1 parent e47a335 commit 400dd1a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -48,3 +48,13 @@ yarn test
# test a specific circuit
yarn test -g <template-name>
```

## 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.

0 comments on commit 400dd1a

Please sign in to comment.