neoneo-go/pkg/wallet
Roman Khimov ec7e17ffa6 pkg: make use of the new crypto/hash package
Simplifies a lot of code and removes some duplication. Unfortunately I had to
move test_util random functions in same commit to avoid cycle
dependencies. One of these random functions was also used in core/transaction
testing, to simplify things I've just dropped it there and used a static
string (which is nice to have for a test anyway).

There is still sha256 left in wallet (but it needs to pass Hash structure into
the signing function).
2019-08-26 13:32:19 +03:00
..
account.go Key signature and wallet address get functions added to Public key (#144) 2019-02-19 18:37:35 +00:00
account_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
nep2.go pkg: make use of the new crypto/hash package 2019-08-26 13:32:19 +03:00
nep2_test.go [FIX] Formatting and code-style (#118) 2019-01-25 12:20:35 +01:00
private_key.go Key signature and wallet address get functions added to Public key (#144) 2019-02-19 18:37:35 +00:00
private_key_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
wallet.go Fix typos (#133) 2019-02-13 18:01:10 +00:00
wallet_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
wif.go Key signature and wallet address get functions added to Public key (#144) 2019-02-19 18:37:35 +00:00
wif_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00