OSDN Git Service

add the argument type "Sign" to support checking signature for message (#27)
authoroysheng <33340252+oysheng@users.noreply.github.com>
Mon, 26 Nov 2018 07:57:38 +0000 (15:57 +0800)
committerPaladz <yzhu101@uottawa.ca>
Mon, 26 Nov 2018 07:57:38 +0000 (15:57 +0800)
commit8b24b60ff0e5cd5ee490067023113fd4ff847e1e
tree7e4c8bd48a11f95ee2ade17e594ecf9ff10ea4eb
parentc83d35495da37258e2484b76ff0519450a6c0a14
add the argument type "Sign" to support checking signature for message (#27)

add buildin function checkMsgSig
compiler/builtins.go
compiler/checks.go
compiler/cmd/equitycmd/equitycmd.go
compiler/compile.go
compiler/compile_test.go
compiler/types.go
equity/util/instance.go