neo-go/pkg/wallet
Anastasia Prasolova fa1da2cb91 Function to get private key from ASN.1 serialized structure (#109)
* func to get privkey from raw bytes

* comments fix

* review fixes; version

* version
2018-12-05 20:04:31 +01:00
..
account.go Refactor peer message sending into single interface method .Send() (#40) 2018-03-04 14:47:56 +01:00
account_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
nep2.go Fix NEP2Encrypt add Unit Tests (#108) 2018-12-05 12:30:13 +01:00
nep2_test.go Fix NEP2Encrypt add Unit Tests (#108) 2018-12-05 12:30:13 +01:00
private_key.go Function to get private key from ASN.1 serialized structure (#109) 2018-12-05 20:04:31 +01:00
private_key_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
wallet.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
wallet_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
wif.go Refactor of the Go node (#44) 2018-03-09 16:55:25 +01:00
wif_test.go Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00