diff options
author | obscuren <geffobscura@gmail.com> | 2015-02-14 07:25:47 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-02-14 07:25:47 +0800 |
commit | 84f7c966f725ef0f5c62b4427857d112c0d1e828 (patch) | |
tree | 22eb1d46333f5cc32b92cb143599821e9861d462 /crypto | |
parent | 396f1a0a33aaa0acf0f1381471c37dabb3caa94e (diff) | |
download | dexon-84f7c966f725ef0f5c62b4427857d112c0d1e828.tar.gz dexon-84f7c966f725ef0f5c62b4427857d112c0d1e828.tar.zst dexon-84f7c966f725ef0f5c62b4427857d112c0d1e828.zip |
Moved ECIES to repo & added secondary title for webview
* ECIES moved from obscuren to ethereum
* Added html META[name=badge] to reflect menuItem.secondaryTitle
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/crypto.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto.go b/crypto/crypto.go index 2c8f82977..e59250eb2 100644 --- a/crypto/crypto.go +++ b/crypto/crypto.go @@ -18,10 +18,10 @@ import ( "code.google.com/p/go-uuid/uuid" "code.google.com/p/go.crypto/pbkdf2" "code.google.com/p/go.crypto/ripemd160" + "github.com/ethereum/go-ethereum/crypto/ecies" "github.com/ethereum/go-ethereum/crypto/secp256k1" "github.com/ethereum/go-ethereum/crypto/sha3" "github.com/ethereum/go-ethereum/ethutil" - "github.com/obscuren/ecies" ) func init() { |