GabrielTofvesson b7e8a1d439 Updated readme
Added some convenient stuff to BigInteger
Did a tiny rename (looks like not all of the SHA project was renamed but meh who cares for now)
2018-03-05 07:59:53 +01:00
2018-03-05 06:27:26 +01:00
2018-03-05 06:27:26 +01:00
2018-03-05 07:59:53 +01:00
2018-03-05 07:59:53 +01:00
2018-03-05 07:59:53 +01:00
2018-02-27 21:59:19 +01:00
2018-02-25 11:34:48 +01:00
2018-02-25 11:40:12 +01:00
2018-02-27 21:40:39 +01:00
2018-03-05 07:59:53 +01:00

CryptoCPP

My attempt at a small crypto library

Current projects

  • AES
  • RSA
  • SHA
  • XMath
  • CryptoTests

AES

An implementation of AES designed to show how AES encrypts. It uses mathematical functions rather than lookup tables in order to clarify how the encryption actally works and why the operations are as they are. Status:

  • Implemented

Dependencies:

  • XMath

RSA

Small RSA implementation with key generation delegated partially to XMath. The implementation supports message signing, seralization and deserialization. Status:

  • Headers: Implemented
  • Code: Not implemented

Dependencies:

  • XMath

SHA

Secure hashing algorithms. Implementations: SHA1. Status:

  • Not implemented

Dependencies: None

XMath

A library with a lot of helper functions and classes for keeping other code clean. Status:

  • BigInteger: Implemented
  • Galois Implemented
  • Matrix Implemented
  • Primes: Not implemented

Dependencies: None

CryptoTests

A project for testing all the other projects and their implementations. Status: N/A

Dependencies: All

Description
My attempt at a small crypto library
Readme 93 KiB
Languages
C++ 99.5%
Makefile 0.5%