NIP-44 implementation in Go
Go to file
ekzyis b73b57f50f Use hkdf.Expand in message key generation 2023-12-22 08:58:40 +01: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
export_test.go Use hkdf.Expand in message key generation 2023-12-22 08:58:40 +01: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 Use hkdf.Expand in message key generation 2023-12-22 08:58:40 +01:00
nip44_test.go Use hkdf.Expand in message key generation 2023-12-22 08:58:40 +01: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.