Skip to content
View EliottFlechtner's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@EPITA-S3-OCR

Block or report EliottFlechtner

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
EliottFlechtner/README.md

Hi, I'm Eliott Flechtner πŸ‘‹πŸ‡«πŸ‡· πŸ‡―πŸ‡΅

Double MSc Graduate | Quantum & Computer Systems Engineer

Bridging the gap between deep systems engineering and the future of quantum networking.

Currently a Research Intern at Keio University's Quantum Networking Lab (KQCC) in Japan, focusing on high-fidelity simulation of quantum repeater protocols and arbitrary network topologies.


πŸ“« Connect with me


πŸš€ Professional Profile

  • βš›οΈ Quantum Focus: Specialized in Quantum Networks, QKD, and Post-Quantum Cryptography (PQC).
  • πŸ’» Systems Expertise: Hardcore developer with experience building kernels, compilers, and network stacks from the metal up.
  • πŸ‡―πŸ‡΅ Japan Expertise: 2+ years of immersion (Study @ Shibaura, Work @ NestlΓ© Kobe, Research @ Keio). JLPT N3 proficient.
  • πŸŽ“ Academic Excellence: Double Master's from Institut Polytechnique de Paris (M2 QMI) and EPITA.

πŸ› οΈ Technical Toolbox

Category Technologies
Quantum Qiskit, Q#, MPQP, Classiq
Systems/Low-Level C, C++, x86/64 ASM, 68k, Rust (Learning), UNIX Internals
Data & Cloud Python, Snowflake, DBT, SQL, PostgreSQL, AWS, Azure
DevOps & Tools Docker, Git, LLVM, CMake, Make, Autotools, Valgrind, QEMU
Backend Java (Quarkus), FastAPI, WebSockets, REST APIs

πŸ”¬ Featured Research & Projects

🌌 Quantum Networking & Security

  • libPQC: A comprehensive playground for lattice-based cryptography (ML-KEM, ML-DSA) featuring cryptographic core flows, lattice attack estimators (LLL/BKZ), and verified KAT conformance suites.
  • QChat: A full-stack, E2E encrypted chat application using NIST-standardized PQC (Kyber/Dilithium) via liboqs.
  • PQC & ECC Library: Implementation of ElGamal and ECC from scratch in Python for protocol stress-testing.
  • QUBO Quantum Solver: Automated QUBO-to-Ising converter for solving combinatorial optimization tasks on quantum simulators.

πŸ’» Systems & Architecture

  • iAPX86 Toolchain: A comprehensive toolchain comprising a compiler, disassembler, and interpreter for Intel 8086 family processors.
  • Custom x86 Kernel: A 32-bit OS kernel written in C, featuring memory allocators, syscalls, and basic multitasking.
  • TCP/IP Stack: From-scratch implementation of the network stack emulated in QEMU with full IP routing logic.

πŸ† Recent Highlights

  • πŸ‘” NestlΓ© Japan: Led a data migration to a cloud-native Snowflake architecture and built an AI-driven RAG search engine for internal ops.
  • πŸ’‘ MistralAI Hackathon 2024: Developed PedalAI, an LLM-powered music creation assistant using advanced function-calling.
  • πŸŽ“ Leadership: Former Vice-President of BackToBasics, organizing advanced engineering support for 100+ students.

πŸ“Š My GitHub Stats

GitHub Stats

GitHub Streak

Top Langs

Pinned Loading

  1. libPQC libPQC Public

    Test-driven Python playground for ML-KEM and ML-DSA with KAT conformance, deterministic demos, and CI validation.

    Python 1

  2. qchat qchat Public

    A secure, end-to-end encrypted chat application built with post-quantum cryptography using FastAPI, PostgreSQL, and the Open Quantum Safe (liboqs) library.

    Python

  3. libQAOA libQAOA Public

    A small Python library for modeling binary linear programs (BLP) and converting them into QUBO/Ising formulations suitable for quantum or classical optimization workflows.

    Python

  4. AdventOfCode AdventOfCode Public

    Participation to AdventOfCode over the years.

    Python

  5. Minix2-iAPX86-Compiler Minix2-iAPX86-Compiler Public

    The project consists of a compiler (interpreter & disassembler) for iAPX86 (8086 16-BIT HMOS Microprocessor) created by Intel in 1978 (first ever x86 microprocessor) supporting x86-16b ASM

    C 2

  6. x86-32b-Kernel x86-32b-Kernel Public

    A x86 32 bits Intel architecture computer Kernel in C.

    C