good morning!!!!

Skip to content
Snippets Groups Projects
Commit 85e6c40c authored by Felix Lange's avatar Felix Lange
Browse files

accounts, crypto: move keystore to package accounts

The account management API was originally implemented as a thin layer
around crypto.KeyStore, on the grounds that several kinds of key stores
would be implemented later on. It turns out that this won't happen so
KeyStore is a superflous abstraction.

In this commit crypto.KeyStore and everything related to it moves to
package accounts and is unexported.
parent dff9b424
No related branches found
No related tags found
Loading
Showing
with 256 additions and 241 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment