0xf91f…6cee

All memos sent from and to 0xf91f…6cee.

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)
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!
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.