0xfe2d…9434

All memos sent from and to 0xfe2d…9434.

Created learning resource for tfhe- https://github.com/Janmajayamall/tfhe-research. Open sourced performant implementation of unbalanced private set intersection(useful for tx retrieval on private chains) -https://github.com/Janmajayamall/ulpsi
Improved performance of operations of BFV library (https://github.com/Janmajayamall/bfv) and release performant implementation of OMR (https://github.com/Janmajayamall/ObliviousMessageRetrieval)
Technical writeup/analysis on Zupass Stamps project: https://pse-team.notion.site/Zupass-Stamps-v1-Retrospective-6bd7aa223f4d41cdb59b4ecf8aafb130, open-source research to develop next generation of ZK-friendly NFC chips: https://ivy-research.notion.site/ZK-friendly-HaLo-chips-ddb64598eb17450898758bc536121a8c
Added public interface to BFV Fully Homomorphic Encryption lib (check dev branch) - https://github.com/Janmajayamall/bfv. All operations have significantly improved performance. Will be using this library to implement oblivious message retrieval (important for privacy preserving protocols). Plan on updating the read me docs so that other developers can start using the lib and develop FHE applications!
We've extended our work on zkml to work on transformers and attested audio (https://github.com/ddkang/zkml). Latest blog post here: https://medium.com/@danieldkang/fighting-ai-generated-audio-with-attested-microphones-and-zk-snarks-the-attested-audio-experiment-d6ea0fc296ac
Work on Rubber Ducky (still private github because potential secrets in Git repo, but will be open): added vectorized database, learning, refactored code, and helped with some prompt formatting. Work on Open Agency Models (https://github.com/zh3036/ZuMulation). Put together models for coming up with decision making processes
Worked on FHE library for BFV scheme - https://github.com/Janmajayamall/bfv. Added support for all necessary FHE operations. Plan for next few months is to speed up operations on native, as well as hardware accelerated, backends. Plus, use the library for PIR and OMR.