Pinned Repositories
advent-of-code-2022
Advent of Code 2022
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
airflow-aws-executors
Airflow Executor for both AWS ECS & AWS Fargate
asymmetric-two-columns
Simple resume generator powered by Jekyll
easy-mceliece
Modified reference implementation of classic McEliece for ease of use on MacOS
rust-learning-material
shamir-secret-sharing
Shamir's secret sharing, an alternative secret key/password recovery method
VAE-GAN-learnable-loss
Repository for Berkeley STAT 157 semester project on attaching discriminatory network onto a variational autoencoder to provide a learnable loss function to replace a pixel-by-pixel loss function commonly used by conventional VAE implementation.
waterloo-cryptography
A collection of code and write-ups on studying cryptography at the University of Waterloo
xuganyu96.github.io
My personal website
xuganyu96's Repositories
xuganyu96/asymmetric-two-columns
Simple resume generator powered by Jekyll
xuganyu96/xuganyu96.github.io
My personal website
xuganyu96/airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
xuganyu96/airflow-aws-executors
Airflow Executor for both AWS ECS & AWS Fargate
xuganyu96/airflow-ecs-fargate
Documentation for running Apache Airflow on AWS ECS Fargate
xuganyu96/benaloh-cryptosystem
A Rust implementation of Josh Benaloh's cryptosystem
xuganyu96/chad-gpt
HTML/CSS/JS for a ChatGPT clone
xuganyu96/easy-mceliece
Modified reference implementation of classic McEliece for ease of use on MacOS
xuganyu96/networking-projects
personal projects involving networking protocols
xuganyu96/shamir-secret-sharing
Shamir's secret sharing, an alternative secret key/password recovery method
xuganyu96/waterloo-cryptography
A collection of code and write-ups on studying cryptography at the University of Waterloo
xuganyu96/command-line-rust
Coding alongside O'Reilly's "Command-line Rust"
xuganyu96/crypto-bigint
Cryptography-oriented big integer library with constant-time, stack-allocated (no_std-friendly) implementations of modern formulas
xuganyu96/crypto-primes
Random prime generation and primality testing library based on `crypto-bigint`.
xuganyu96/cryptopals-challenge-rust
My attempts at the Cryptopals Challenges using Rust
xuganyu96/Flask-AppBuilder
Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
xuganyu96/kyber
xuganyu96/kyber-kr-pca
Key-Recovery Plaintext-Checking Attack (KR-PCA) against Kyber/ML-KEM
xuganyu96/lattice-crypto-notes
Notes about lattice-based cryptography
xuganyu96/learn-java
I don't like Java, but Java jobs pay, and I like money
xuganyu96/lightweight-kyber
Kyber, but with lightweight symmetric primitives
xuganyu96/linear-cryptanalysis
A Rust implementation of the tutorial written by Howard Heys: https://www.engr.mun.ca/~howard/PAPERS/ldc_tutorial.pdf
xuganyu96/mini-redis
Follow along tokio.rs and building mini-redis
xuganyu96/PyAthena
PyAthena is a Python DB API 2.0 (PEP 249) client for Amazon Athena.
xuganyu96/qmk_firmware
Open-source keyboard firmware for Atmel AVR and Arm USB families
xuganyu96/RSA
RSA implementation in pure Rust
xuganyu96/rust-bcrypt
Easily hash and verify passwords using Bcrypt
xuganyu96/rust-crypto-elliptic-curves
Collection of pure Rust elliptic curve implementations: NIST P-224, P-256, P-384, secp256k1, SM2
xuganyu96/rustls
A modern TLS library in Rust
xuganyu96/rustls-webpki
rustls's WebPKI X.509 Certificate Validation in Rust