NIP-44 implementation in Go
NIP-44 specification: https://github.com/nostr-protocol/nips/blob/master/44.md
To use as library: go get -u github.com/ekzyis/nip44
To run tests, clone repository and then run go test
.