aboutsummaryrefslogtreecommitdiff
path: root/src/vault.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-07Moving some stuff around and documenting the common lockchain-core codeKatharina Fey1-0/+0
2018-04-16Fixing implementations of the core APIKatharina Sabel1-99/+63
2018-04-15Adding some more docs and READMEKatharina Sabel1-1/+2
2018-04-09Version that goes on crates.ioKatharina Fey1-3/+2
2018-04-02Lots of refactoringKatharina Fey1-1/+0
2018-04-02Making a basic encryption example workKatharina Fey1-7/+6
2017-12-26Cleaning up codeKatharina Fey1-8/+4
2017-12-26Working on more generic crypto backendsKatharina Fey1-67/+71
2017-12-16Is this a good ideaKatharina Fey1-28/+25
2017-12-16Lots of changesKatharina Fey1-1/+1
2017-12-15Doing that crypto -> securit refactoring at lastKatharina Fey1-2/+2
2017-12-15Removing a deprecated fieldKatharina Fey1-1/+1
2017-12-15Using key utils. Doing further testingKatharina Fey1-7/+9
2017-12-15Moving the record module overKatharina Fey1-26/+1
2017-12-14Using versions to build records and adjusting the demo to use thisKatharina Fey1-4/+10
2017-12-13Making the vault load code a lot less panic-proneKatharina Fey1-14/+34
2017-12-13More refactoring in the vault and record modulesKatharina Fey1-33/+2
2017-12-13Refactoring some major componentsKatharina Fey1-7/+5
2017-12-13Cleaning up code and removing warningsKatharina Fey1-10/+11
2017-12-13Internal refactoring to decrease complexityKatharina Fey1-11/+4
2017-12-12Fixing an issue where records were not recoded properlyKatharina Fey1-8/+7
2017-12-12Fixing some minor issues that fucked up path scopesKatharina Fey1-6/+72
2017-12-12Adding a function to load an existing vaultKatharina Fey1-0/+56
2017-12-12Fixing an issue with random number generatorKatharina Fey1-11/+32
2017-12-12Working on vault initialisationKatharina Fey1-3/+39
2017-12-12Simple vault logicKatharina Fey1-2/+21
2017-12-12Minor changeKatharina Fey1-1/+4
2017-12-12Adding simple equality model for recordsKatharina Fey1-2/+1
2017-12-10StuffKatharina Fey1-0/+1
2017-12-10Adding the basic structure of recordsKatharina Fey1-0/+56