NIP-44 implementation in Go
Go to file
ekzyis f1977a09a3 Add MIT license 2023-10-03 23:11:51 +02:00
LICENSE Add MIT license 2023-10-03 23:11:51 +02:00
README.md Add README.md 2023-10-03 12:44:46 +02:00
go.mod Generate shared secret using ECDH on secp256k1 2023-10-03 12:36:34 +02:00
go.sum Generate shared secret using ECDH on secp256k1 2023-10-03 12:36:34 +02:00
nip44.go Generate shared secret using ECDH on secp256k1 2023-10-03 12:36:34 +02:00
nip44_test.go Generate shared secret using ECDH on secp256k1 2023-10-03 12:36:34 +02:00

README.md

NIP-44 implementation in Go


NIP-44 specification: https://github.com/nostr-protocol/nips/pull/746

To use as library: go get -u git.ekzyis.com/ekzyis/nip44

To run tests, clone repository and then run go test.