ekzyis 1defc0bdf6 | ||
---|---|---|
LICENSE | ||
README.md | ||
export_test.go | ||
go.mod | ||
go.sum | ||
nip44.go | ||
nip44_test.go |
README.md
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 git.ekzyis.com/ekzyis/nip44
To run tests, clone repository and then run go test
.