aboutsummaryrefslogtreecommitdiff
path: root/lockchain-core/src/crypto/store.rs
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-08-06 15:46:57 +0200
committerKatharina Fey <kookie@spacekookie.de>2018-08-06 15:46:57 +0200
commit24da2df81265ddfbbeb7dd10fd59eb828afa41b8 (patch)
treeced252085b35d8fc24f36c18d9eb07e6d375b3d4 /lockchain-core/src/crypto/store.rs
parent0231f3963c655e8ed99b6139a98aa15f018d7227 (diff)
Doing some file management, moving stuff around
Diffstat (limited to 'lockchain-core/src/crypto/store.rs')
-rw-r--r--lockchain-core/src/crypto/store.rs15
1 files changed, 15 insertions, 0 deletions
diff --git a/lockchain-core/src/crypto/store.rs b/lockchain-core/src/crypto/store.rs
new file mode 100644
index 0000000..f57359d
--- /dev/null
+++ b/lockchain-core/src/crypto/store.rs
@@ -0,0 +1,15 @@
+
+use std::collections::HashMap;
+
+/// A thin user keystore
+///
+/// It's implementation can manage multiple keys per user, of various
+/// types and constrained for limited access rights.
+pub struct KeyStore {
+
+}
+
+struct StoreUser {
+ name: String,
+ HashMap<
+} \ No newline at end of file