NIP-44 implementation in Go
Go to file
ekzyis 6a3d864c8f Fix missing module rename 2024-04-25 11:48:20 +02:00
LICENSE Add MIT license 2023-10-03 23:11:51 +02:00
README.md Point to github.com/ekzyis/nip44 in README 2024-04-24 23:07:00 +02:00
export_test.go Use hkdf.Expand in message key generation 2023-12-22 08:58:40 +01:00
go.mod Fix missing module rename 2024-04-25 11:48:20 +02:00
go.sum Generate shared secret using ECDH on secp256k1 2023-10-03 12:36:34 +02:00
nip44.go Make sure privkey is on curve before using unsafe secp256k1.PrivKeyFromBytes 2024-04-24 23:06:27 +02:00
nip44_test.go Fix missing module rename 2024-04-25 11:48:20 +02:00

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 github.com/ekzyis/nip44

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