# zkRSA - 11th November 2022
[Original Grant Proposal](https://hackmd.io/@Lbt60bghQ4CTs8dkUj5_4w/r1mUReTJo)
## Summary
- Add additional unit tests for selected reusable web components
- Create a small CI
- Add additional documentation to repos & code
- Plan A: Explore how to extract RSA signature from PDF
- Plan B: think of a CLI tool to generate input data.
- Short Future (maybe next week?) Do an announcement about zkRSA to start gathering interest (#BuildingInPublic)
## Notes:
- App now deployed on Vercel to test https://zkrsa.vercel.app/
- Unit Testing
- Circuits are tested already
- Do we need to unit test the WebApp?
- Agrrrement: Add basic ones for component can be reused in the WebApp.
- Waiting for Input Data - PDF
- Action Item: Pierre to check how to extract RSA signature from PDF
- Web Worker
- Starts a new thread to offload some of the computation and it doesn't stuck on one thread.
- Really good improvements!
- This helps with low-end spec laptops.
- Make it public
- BUIDL in Public
- Put it in the open and see attention.
- Milestone 2
- Documentation
- Milestone 3
- CI to integrate the unit testing
- Unit Test
- Public Data
- How are the users going to generate the data point on that input?
- Small CLI tool to generate signature and RSA Key Pair
- Similar to this but in a smaller script https://www.devglan.com/online-tools/rsa-encryption-decryption
- Description on a README
## Other ideas in the future
- Halo2 intergration (needs WASM support)
- Product to Market
- Local QF Rounds
- Proving Authenticity
- Locals usecases
- Prize?
- ETH India?
###### tags: `zkrsa`