Skip to content
View KereMath's full-sized avatar

Block or report KereMath

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.

Content in all repositories owned by your account will be closed.
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
KereMath/README.md

Kerem Gür

Computer engineer building production cryptographic systems.

LinkedIn Email Publication


🔐 What I build

  • Torcus — Lead Developer of an enterprise MPC-based digital-asset custody platform: FROST / CGGMP24 threshold signatures, Bitcoin & Ethereum, a distributed Rust/Go backend.
  • Fame-Vote — sole full-stack developer of a cryptographic e-voting platform: Coconut-style threshold anonymous credentials (C++ → WebAssembly), CKKS homomorphic tallying (Microsoft SEAL), and a native Android client (Kotlin + NDK/JNI).

🎓 Research

M.Sc. candidate at METU and TÜBİTAK 1001 graduate research scholar. Author of BeTiSe: A Comprehensive Benchmark Dataset for Time Series Stationarity and Structural Analysis (ITISE 2026).

🧪 Also into

Linux kernel work (custom syscalls, character-device drivers), low-level systems programming, and applied cryptography — see the pinned repositories below.


🛠️ Tech

Rust Go C++ C Python TypeScript Kotlin Linux Docker PostgreSQL

Pinned Loading

  1. Conway-IPC Conway-IPC Public

    Conway's Game of Life as 400 concurrent Unix processes coordinated over pipes with select(), served by a hand-written HTTP/1.1 server on raw POSIX sockets, with an Angular 17 front end.

    C

  2. dual-llm-debate dual-llm-debate Public

    Two LLM agents draft a research answer independently, then reconcile it claim by claim over several rounds; surviving claims are distilled into a consensus report rendered to LaTeX.

    Python

  3. exp-keygen exp-keygen Public

    Reproducible pipeline and 18,000-key dataset measuring the statistical quality of three key-generation constructions seeded from C++ MT19937. Archived on Zenodo (DOI 10.5281/zenodo.17751787).

    Python

  4. linux-kernel-vfb-driver linux-kernel-vfb-driver Public

    Linux 6.12 kernel work: a custom syscall that walks every task's file table under RCU, and a virtual-framebuffer character device with ioctl and blocking wait-queue notification. Built with kbuild,…

    C

  5. tos-covert-channel tos-covert-channel Public

    Covert channel in the IP TOS field with a length-prefixed frame, plus an inline middlebox detector and mitigator using entropy/variance heuristics. Built on the cengwins/middlebox testbed.

    Python

  6. DES DES Public

    DES with CBC mode implemented from scratch in C99.

    C