Implemented bounded random bigint generator
Implemented prime number generator
Implemented RSA
Implemented RSA key generation
Added some convenient functions to BigInteger
- Uses reference to Galois.h
- Essentially a translated copy of my ServerProject (C#) implementation
- There are almost no comments. Sorry. I'll add them later
Added some support functions to Galois
Added AES dependency to test project
Changed includes to be independent from filesystem naming (changed from absolute paths to macros)
- Changed static "size_t"-type to a define to allow for compiling with different data types
- Added modular arithmetic operation to protected section
- Added a simplified constructor for supplying literals
Probably some other things I didn't think were worth mentioning
NOTE: Galois-field code may be unstable!
- Implemented determinant function
- Added more function overloads for convenience
- Fixed some typing issues
- Added semi-proper function chaining
Changed how Vectors handle recieving arrays
Fixed small issue with namespaces not being used
Started structuring Galois class
Added headers for some common mathematical fields
- Started adding class structures
- Added declarations for useful functions
Added operator-assignment operator overloads to BigInteger
- Added operator overloads for all operations
- Added internal functions that modify the value is is called on, as opposed to creating a new object
Changed some settings