• Felix Lange's avatar
    accounts, crypto: move keystore to package accounts · 85e6c40c
    Felix Lange authored
    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.
    85e6c40c
Name
Last commit
Last update
..
backends Loading commit data...
auth.go Loading commit data...
backend.go Loading commit data...
base.go Loading commit data...
bind.go Loading commit data...
bind_test.go Loading commit data...
template.go Loading commit data...