GitHub topics: cryptography-homework
takakv/cbc-practice
A very basic cipher block chaining (CBC) implementation in C. It supports extended ASCII and block sizes up to 32 bits (signed).
Language: C - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

takakv/rsa-practice
A basic (unsafe) RSA keygen implementation in C. It supports unsigned integers up to 64 bits but thus requires __int128 support.
Language: C - Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0
