aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/key_store_plaintext_file.go
Commit message (Collapse)AuthorAgeFilesLines
* Add new key_store interface and two new key storesGustav Simonsson2015-01-161-0/+113
* 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