NIP-44 implementation in Go
Go to file
ekzyis 74f7cf030b Update README to point to merged NIP-44 2023-12-22 18:14:10 +01:00
LICENSE Add MIT license 2023-10-03 23:11:51 +02:00
README.md Update README to point to merged NIP-44 2023-12-22 18:14:10 +01: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 Add more range checks 2023-12-22 18:06:19 +01:00
nip44_test.go Move t.Skip into assertion helper function 2023-12-22 18:10:43 +01: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 git.ekzyis.com/ekzyis/nip44

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