21 Commits

Author SHA1 Message Date
4da1b8723c Implemented SHA1 2018-03-06 04:13:31 +01:00
caf800c4cd Implemented primality tests
Implemented bounded random bigint generator
Implemented prime number generator
Implemented RSA
Implemented RSA key generation
Added some convenient functions to BigInteger
2018-03-06 03:48:16 +01:00
de5f9303ff Accidentally forgot to dereference the BigInteger pointers in mod_pow() 2018-03-05 08:02:47 +01:00
Wizzard Dev
c12e588464
Merge pull request #2 from GabrielTofvesson/linux/ubuntu
Linux/ubuntu
2018-03-05 08:00:46 +01:00
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
06620d4d7f Added AES implementation
- 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)
2018-03-05 06:27:26 +01:00
Wizzard Dev
85e50f6cc8
Merge pull request #1 from GabrielTofvesson/linux/ubuntu
Linux/ubuntu
2018-03-04 10:01:48 +01:00
6cbecfd2c6 Fully implemented Galois field arithmetic operations
- 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!
2018-03-04 09:59:25 +01:00
90fddd72de Started adding multiplicative inverse 2018-03-02 08:05:04 +01:00
341fb538a8 Started properly implementing galois 'n stuff 2018-03-01 01:14:51 +01:00
3f7eddc378 Added Galois implementation 2018-02-28 02:41:19 +01:00
9399030a9a Started implementing Galois class 2018-02-28 02:38:29 +01:00
a9df66c179 Fixed files not being added 2018-02-27 21:59:19 +01:00
a068c34862 Added makefile
Changed defines to support linux
Fixed types
2018-02-27 21:40:39 +01:00
521cbe335f Updated Matrix class
- 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
2018-02-26 23:26:05 +01:00
fa54698850 Added matrix code 2018-02-26 17:07:17 +01:00
179cbc234b Sorted everything into namespaces
Added headers for some common mathematical fields
  - Started adding class structures
  - Added declarations for useful functions
Added operator-assignment operator overloads to BigInteger
2018-02-26 02:28:58 +01:00
1448af586d Implemented BigInteger (semi-tested)
- 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
2018-02-26 01:30:53 +01:00
eae9518127 Added license and readme 2018-02-25 11:40:12 +01:00
d1a647d538 Add project files. 2018-02-25 11:34:48 +01:00
302baa9d61 Add .gitignore and .gitattributes. 2018-02-25 11:34:45 +01:00