- Deleted `testresults.txt` and `testmain_test.go` as they were no longer needed. - Updated the Go workflow to streamline the build process by removing commented-out build steps for various platforms. - Refactored encryption benchmarks to improve performance and clarity in the `benchmark_test.go` file. - Introduced a new LICENSE file for the encryption package, specifying the MIT License. - Enhanced the README with usage instructions and links to the NIP-44 specification. - Bumped version to v0.25.3 to reflect these changes.
224 B
224 B
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.