Skip to content

BIP 322 (address, message, signature) #14

@trevormil

Description

@trevormil

I recently noticed that a BIP322 library was published (https://pkg.go.dev/github.com/unisat-wallet/libbrc20-indexer/utils/bip322).

Amazing work! I believe this is the first of its kind in Go. Many have been looking for such a library for awhile now.

btcsuite/btcd#2117
btcsuite/btcd#2077

Would it be possible to add a more dev friendly route that takes in simply the (address, message, signature) as seen in https://github.com/ACken2/bip322-js rather than the (witness, pkScript, etc). Would be very useful to many devs!

Verifier.verifySignature(address, message, signature)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions