aboutsummaryrefslogtreecommitdiff
path: root/lockchain-core/src/crypto (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Running rustfmtKatharina Fey2019-04-223-9/+8
|
* Updating crates to 2018 edition (#9)Katharina2019-04-222-3/+4
| | | | | | * Updating main README * Updating lock file * Updating crate ecosystem to Rust 2018 edition
* Deprecating the entire `lockchain-crypto` API because it makes no gosh darn ↵Katharina Fey2018-09-161-1/+4
| | | | sense anymore 🤷
* Removing deprecated `UserStore` and `KeyStore` into new `users::UserStore`Katharina Fey2018-09-061-1/+0
| | | | and fixing all resulting code issues
* More refactoring and trying to get keystores to work properlyKatharina Fey2018-08-068-115/+4
|
* Doing some file management, moving stuff aroundKatharina Fey2018-08-069-13/+56
|
* Adding a new keystore to lockchain-core::crypto, composing a userstoreKatharina Fey2018-07-122-1/+62
| | | | | from two metadomains now (users, registry) to allow for a better user registry pipeline. Tweaking examples to make all this work and generally cleaning up code
* Refactoring crypto module, moving `auth` into `users` moduleKatharina Fey2018-07-026-112/+111
|
* Changing lockchain-core::crypto to keybob keys. then updating allKatharina Fey2018-06-282-48/+20
| | | | references in lockchain-crypto to use it instead.
* Removing User & Login traits from core, adding a metadata store to take ↵Katharina Fey2018-06-102-4/+5
| | | | their place
* Implementing some backend storage functions for filevaultKatharina Sabel2018-05-101-2/+18
|
* Bumping version on core and cryptoKatharina Fey2018-05-092-3/+25
|
* Changing the way that vault traits workKatharina Fey2018-05-082-0/+129