OSDN Git Service

Sign process (#371)
authorPaladz <yzhu101@uottawa.ca>
Fri, 9 Feb 2018 05:50:23 +0000 (13:50 +0800)
committerGitHub <noreply@github.com>
Fri, 9 Feb 2018 05:50:23 +0000 (13:50 +0800)
commita4e348b2ebaf29b7af41c3b3962f2909d635ec20
tree445681b35d78bba80ae9ada9931267335a9f757a
parent276126acde9dfb24d36a5ef1e70ac489df57eac5
Sign process (#371)

* support sign between different node

* fix for golint

* sign password doesn't need array any more
blockchain/hsm.go
blockchain/hsm_test.go
blockchain/transact.go
blockchain/transact_test.go
blockchain/txbuilder/rawtxsig_witness.go
blockchain/txbuilder/signature_witness.go
blockchain/txbuilder/txbuilder.go
blockchain/txbuilder/txbuilder_test.go
blockchain/txbuilder/witness.go
test/integration/standard_transaction_test.go
test/util.go