Skip to content

Commit

Permalink
Minor changes, added features
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Oct 28, 2020
1 parent e3eccb4 commit 251de5a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,19 @@ 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)

<details>
<summary><strong><code>Package Dependencies</code></strong></summary>
<br/>

- [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)
</details>

<details>
Expand Down

0 comments on commit 251de5a

Please sign in to comment.