Skip to content
View GurudattaRK's full-sized avatar

Block or report GurudattaRK

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
GurudattaRK/README.md

๐Ÿ’กAbout my projects:

Assembly, C, C++, CUDA โ€” I gravitate toward the machine level. Started out obsessed with cryptography, which pulled me into optimization, CPU microarchitecture, and figuring out exactly why code is slow. Most of my projects are proof-of-concepts and tools I built to understand something deeply, not to ship products.
โš ๏ธ Fair warning : I have a bad habit of premature optimization. I'll learn about branchless programming or cache-friendly layouts or some obscure performance enhancing trick and immediately want to apply it everywhere, correctness be damned. It's a problem I'm aware of and actively fighting this developer curse.
When I'm not writing code I'm reading about physics, mathematics, or philosophy, usually at 3am.

๐ŸŒ Socials:

LinkedIn Instagram

๐Ÿ’ป Tech Stack:

C C++ x86 Assembly Language Nvidia CUDA

Pinned Loading

  1. PQrypt PQrypt Public

    A cross platform Post Quantum Cryptography app

    Rust 4

  2. TeraCrypt-v2.1 TeraCrypt-v2.1 Public

    Multithreaded (MultiCore) application written in x64 assembly language that Encrypts files and stores them securely

    Python 2

  3. Project-CUDA Project-CUDA Public

    GPU accelerated encryption application written in CUDA utilizing NVIDIA's massively parallel CUDA capable GPUs. Dynamic scaling & scheduling of CUDA cores, VRAM, & RAM is handled based on availableโ€ฆ

    Cuda

  4. 1024-Bit-encryption-v1.1 1024-Bit-encryption-v1.1 Public

    x64 Assembly implementation of my 1024-bit encryption algorithm with significant performance gains.

    Assembly 3