summaryrefslogtreecommitdiffhomepage
path: root/keysafe.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-11 20:39:45 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-11 20:39:45 -0400
commitab3594dacb0461ae5e253544f65c3e3d50eb721d (patch)
tree306ad29a1cde9ce31a8364a9529953f93239013e /keysafe.hs
parentf5a53103a95b93f5cdb3cfe0c7043c190e591f0c (diff)
downloadkeysafe-ab3594dacb0461ae5e253544f65c3e3d50eb721d.tar.gz
obscure shard timestamps
Diffstat (limited to 'keysafe.hs')
-rw-r--r--keysafe.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/keysafe.hs b/keysafe.hs
index d73ff61..02dc18a 100644
--- a/keysafe.hs
+++ b/keysafe.hs
@@ -30,6 +30,7 @@ storedemo = do
let sis = shardIdents tunables name keyid
shards <- genShards esk tunables
print =<< mapM (uncurry (storeShard localFiles)) (zip (getIdents sis) shards)
+ print =<< obscureShards localFiles
where
password = Password "correct horse battery staple"
name = Name "bar"