Skip to content
View ftm-zarin's full-sized avatar

Organizations

@dedis

Block or report ftm-zarin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ftm-zarin/README.md

👩🏻‍💻 Hello !

I'm Fatemeh, a cryptography researcher specializing in Applied Cryptography. I'm passionate about turning complex cryptographic theory into practical, working systems. I enjoy everything from implementing foundational protocols to designing cutting-edge Zero-Knowledge Proof (ZKP) systems. My goal is to use tools like ZKPs and Secure Multi-Party Computation (MPC) to build technology that is not only powerful but also trustworthy, auditable, and secure.

⚡ Current Highlights

  • 🔎 Finishing my Master's thesis on Zero-Knowledge Proofs for Machine Learning.
  • 🧠 Deep-diving into the latest proof systems and cryptographic protocols.
  • ⛓️ Exploring new applications for cryptography in blockchain.

🛠️ My Tech Stack

⠀Cryptography & Core Languages

Python C++ Solidity SQL RISC-V

⠀Machine Learning

PyTorch Scikit-learn NumPy Pandas Matplotlib YOLO

⠀Web & Tools

JavaScript HTML5 CSS3 Git LaTeX


📫 Get In Touch

I'm always excited to connect with fellow researchers, developers, and privacy enthusiasts. If you're interested in collaborating on a project that uses cryptography to solve real-world challenges, have questions about my work, or just want to discuss the future of secure systems, please feel free to reach out!

Pinned Loading

  1. Computer-vision-project Computer-vision-project Public

    Implements Neural Style Transfer with PyTorch and explores CNN fundamentals by building a convolutional layer from scratch.

    Jupyter Notebook 1

  2. EigenFace EigenFace Public

    This project is part of the Matrix Computations course and examines the application of SVD in facial recognition.

    MATLAB

  3. RSA RSA Public

    A from-scratch Python implementation of the RSA cryptosystem, built for an advanced programming course. Includes all core math algorithms (Miller-Rabin, Extended Euclidean, CRT, Karatsuba) and a CL…

    Python