trhgquan / CS153

Algorithms mentioned in Applied Cryptography (CSC15003)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS153 - Applied Cryptography

VNUHCM - University of Science, Spring 2022.

All source codes are in C++, licensed under the terms of The GNU GPL v3.0.

AES

Implementation of AES Key Expanding algorithm.

BigInt

BigInt's implementation, with naive multiplication.

MD5

MD5 implementation from scratch.

MillerRabin

Prime Check with Miller-Rabin algorithm.

Trust Negotiation

Presentation slides and report.

About

Algorithms mentioned in Applied Cryptography (CSC15003)

License:GNU General Public License v3.0


Languages

Language:TeX 58.0%Language:C++ 42.0%