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