aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGustav Simonsson <gustav.simonsson@gmail.com>2014-12-31 22:39:33 +0800
committerGustav Simonsson <gustav.simonsson@gmail.com>2015-01-16 02:40:10 +0800
commit945798f913d5cabd79635f45045b680b02396bf9 (patch)
treeb41751b7f2c1f48a5494090c69233736f772924b /.gitignore
parentbb55307a9d8fa73b0fbc0727f8b80925a87627b7 (diff)
downloaddexon-945798f913d5cabd79635f45045b680b02396bf9.tar
dexon-945798f913d5cabd79635f45045b680b02396bf9.tar.gz
dexon-945798f913d5cabd79635f45045b680b02396bf9.tar.bz2
dexon-945798f913d5cabd79635f45045b680b02396bf9.tar.lz
dexon-945798f913d5cabd79635f45045b680b02396bf9.tar.xz
dexon-945798f913d5cabd79635f45045b680b02396bf9.tar.zst
dexon-945798f913d5cabd79635f45045b680b02396bf9.zip
Add new key_store interface and two new key stores
* Add new generic key_store interface * Add new plaintext key store storing unprotected keys on disk * Add new encrypted key store storing encrypted keys on disk * Add new entropy mixing function using OS and go runtime sources
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fea7df6c2..f84fe6040 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,8 @@
.DS_Store
*/**/.DS_Store
.ethtest
+
+#*
+.#*
+*#
+*~