KeccakUtils
An undergraduate capstone project for a cryptography course: a crypto library providing SHA3/cSHAKE256 hash computation, symmetric encryption via KMACXOF256, elliptic curve key generation, ECDHIES encryption, and Schnorr signature services.
Code: https://github.com/NWc0de/KeccakUtils
AES
A personal project: a NIST compliant implementation of the AES (Rijndael) cipher in Java.
Code: https://github.com/NWc0de/AES
Better Runtime Models
A personal project: a very rough thesis interrogating improvements to resource requirement models like asymptotics.
Papers: https://github.com/NWc0de/NewRuntimeCostModel
Ingest Delay Variance
A personal project: a report of a class of race conditions effecting many modern SIEM systems. Discovered while working on them professionally, wrote up as a personal project.