quorum/crypto
Felix Lange 85e6c40c00 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.
2016-04-12 15:56:49 +02:00
..
ecies crypto/ecies: make authenticated shared data work 2016-02-12 09:49:18 +01:00
randentropy crypto: Remove dead code 2016-02-21 22:46:31 +00:00
secp256k1 parmas, crypto, core, core/vm: homestead consensus protocol changes 2016-02-18 10:08:11 +01:00
sha3 crypto/sha3: Export Keccak-256 hash function 2016-02-21 22:34:34 +00:00
crypto.go accounts, crypto: move keystore to package accounts 2016-04-12 15:56:49 +02:00
crypto_test.go all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() 2016-02-21 22:34:34 +00:00
encrypt_decrypt_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00