You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mleku 7af08f9fd2
Remove deprecated test files and optimize encryption functions
2 months ago
..
LICENSE Remove deprecated test files and optimize encryption functions 2 months ago
README.md Remove deprecated test files and optimize encryption functions 2 months ago
benchmark_test.go Remove deprecated test files and optimize encryption functions 2 months ago
doc.go Add NWC protocol handling and NIP-44 encryption and decryption functions. 4 months ago
nip4.go Add benchmark tests and optimize encryption performance 2 months ago
nip44.go Remove deprecated test files and optimize encryption functions 2 months ago
nip44_test.go Remove deprecated test files and optimize encryption functions 2 months ago

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.