From 251de5a32f27e47b35abb34d8f0b2da1645e5d27 Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Wed, 28 Oct 2020 19:22:44 -0400 Subject: [PATCH] Minor changes, added features --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c7225c8..c38bad1 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,11 @@ View the generated [documentation](https://pkg.go.dev/github.com/bitcoinschema/g [![GoDoc](https://godoc.org/github.com/bitcoinschema/go-aip?status.svg&style=flat)](https://pkg.go.dev/github.com/bitcoinschema/go-aip) ### Features -- Sign OpReturn -- Validate Signatures (ECDSA & Paymail) +- [Sign Message (using ECDSA, BitcoinSignedMessage)](aip.go) +- [Sign OpReturn](aip.go) +- [Validate Signatures (ECDSA & Paymail)](aip.go) +- [Parse from BOB](bob.go) +- [Validate BOB Tape](bob.go)
Package Dependencies @@ -48,9 +51,7 @@ View the generated [documentation](https://pkg.go.dev/github.com/bitcoinschema/g - [bitcoinschema/go-bitcoin](https://github.com/bitcoinschema/go-bitcoin) - [bitcoinschema/go-bob](https://github.com/bitcoinschema/go-bob) -- [bitcoinsv/bsvutil](https://github.com/bitcoinsv/bsvutil) - [libsv/libsv](https://github.com/libsv/libsv) -- [tonicpow/go-paymail](https://github.com/tonicpow/go-paymail)