This commit is contained in:
parent
5a37f8db1f
commit
ec36706d6c
2 changed files with 2 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,2 @@
|
|||
*.snip
|
||||
storage
|
||||
verify.go
|
||||
|
|
|
@ -9,6 +9,7 @@ import (
|
|||
"github.com/btcsuite/btcutil/base58"
|
||||
//"crypto"
|
||||
)
|
||||
|
||||
func main(){
|
||||
actor, err := activityserve.LoadActor("ED4xVR2hw6frfBNFJataKYZn58WnaotS8d8WKg4H5rfC")
|
||||
if err != nil {
|
||||
|
@ -50,4 +51,4 @@ err = ed25519.VerifyWithOptions(publicKeyDecoded32, hashActorRes, proofValueStri
|
|||
if err != nil {
|
||||
fmt.Println(err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue