Ongoing Research
Ongoing Research
Secret Key Agreement via Error Correcting Codes
Working to derive a secret key agreement scheme via error correcting codes.
Time-Of-Arrival Cramer-Rao Bounds for an Unknown Pulsed Signal
For MIT Lincoln Lab Internship
Differential Privacy Auditing
Information theoretic DP auditing
Code-Based efficient Hybrid Key Exchange
Working on a C implementation with post-quantum KEMs for baselining. Also working on derrivation of variants for TLS 1.3 Implementation
Selected Class Projects
ECE 563 Information Theory Final Project: Attenuation: Optimal Probability Estimation
Presentation based on the paper “Always Good Turing: Asymptotically Optimal Probability Estimation,” on the derrivation and usecases of unbounded, constant and diminishing attenuation estimators.
This section was taught by Prof. Oligca Milenkovic Fall 2024
ECE 391 Computer Systems Engineering: Operating System in C and RISC-V
We develop the core of an operating system roughly based on Unix Version 6. Implemented featues include interrupts, user threading, paging, file system, processes and system calls. Ran on qemu with virtio.
We also implemented a buddy memory allocator, virtual string and pointer validation, and a system calls patching mechanism
Thank you to my partners Ankith and Nandini for their great work.