aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Basic encryption functions workKatharina Sabel2018-05-081-88/+0
* Moving some stuff around and documenting the common lockchain-core codeKatharina Fey2018-05-0710-0/+696
* Lots of refactoringKatharina Fey2018-04-0215-830/+0
* Refactoring utilities in security module. Definine basic library crateKatharina Fey2018-04-027-143/+110
* Making a small crypto example workKatharina Fey2018-04-023-70/+113
* Making a basic encryption example workKatharina Fey2018-04-028-68/+83
* Removing a bunch of code and bricking everything :DKatharina Fey2018-04-026-242/+6
* Refactoring the key generation system :)Katharina Fey2017-12-261-0/+7
* Cleaning up codeKatharina Fey2017-12-262-11/+4
* Adjusting unit testsKatharina Fey2017-12-262-2/+1
* Removing the deprecated crypto engineKatharina Fey2017-12-262-183/+9
* Making the keygen module much nicer. Also breaking key layoutKatharina Fey2017-12-262-33/+46
* Merge branch 'fixing'Katharina Fey2017-12-2613-248/+542
|\
| * Moving the fields to the header (where they belong?)Katharina Fey2017-12-264-8/+7
| * Fixing that weird bug I had before \o/ (I think)Katharina Fey2017-12-266-50/+52
| * Hopefully fixing some of the encryption primitives :PKatharina Fey2017-12-261-99/+19
| * Changing low level AES primitive slightlyKatharina Fey2017-12-261-10/+16
| * MehKatharina Fey2017-12-262-5/+1
| * Working on more generic crypto backendsKatharina Fey2017-12-264-110/+89
| * I think this is a lot nicer, don't you think?Katharina Fey2017-12-221-9/+32
| * This is really not ideal...Katharina Fey2017-12-221-11/+51
| * Starting work on new encryption handlerKatharina Fey2017-12-221-0/+37
| * More refactoringKatharina Fey2017-12-171-1/+2
| * Changing the encryption backend to be more low-levelKatharina Fey2017-12-161-55/+113
| * Is this a good ideaKatharina Fey2017-12-162-28/+31
| * Lots of changesKatharina Fey2017-12-169-115/+297
| * Doing that crypto -> securit refactoring at lastKatharina Fey2017-12-159-4/+9
| * Removing a deprecated fieldKatharina Fey2017-12-152-4/+1
| * Using key utils. Doing further testingKatharina Fey2017-12-153-17/+24
| * Renaming the testKatharina Fey2017-12-151-1/+1
| * Adding a key utilityKatharina Fey2017-12-151-0/+23
| * Capturing the bug in a unit testKatharina Fey2017-12-151-1/+13
| * Adding more tests for encyption – narrowing down the bugKatharina Fey2017-12-152-1/+53
| * Adding a test for versions. Also fixing some traitsKatharina Fey2017-12-153-5/+14
| * Expanding record tests. Adding new traits to payloadKatharina Fey2017-12-153-7/+147
| * Abusing a macro to make my IDE shut up 😜Katharina Fey2017-12-151-0/+1
| * Testing for basic serialising/ deserialisingKatharina Fey2017-12-152-3/+9
| * Moving the record module overKatharina Fey2017-12-154-79/+76
| * Adding testing module – trying to find out where the bug is!Katharina Fey2017-12-151-0/+12
* | Dirty fix for a bug where the block size was wrongKatharina Fey2017-12-151-4/+4
* | Refactoring the crypto/security moduleKatharina Fey2017-12-156-8/+25
* | Adding the basic structure for external APIsKatharina Fey2017-12-142-0/+7
* | Showing that it "gracefully" terminates with a wrong passwordKatharina Fey2017-12-141-4/+8
* | Using versions to build records and adjusting the demo to use thisKatharina Fey2017-12-144-40/+88
* | Adding merge function and making use of it in the RecordKatharina Fey2017-12-142-25/+41
* | Fixing a small issueKatharina Fey2017-12-131-1/+1
* | Working on implementing versions some moreKatharina Fey2017-12-132-4/+29
* | Using the new result-driven initialisationKatharina Fey2017-12-131-3/+5
* | Making the vault load code a lot less panic-proneKatharina Fey2017-12-131-14/+34
* | Adding a flatten utility function to VersionsKatharina Fey2017-12-131-5/+58