paulmillr / nip44

NIP44 spec and implementations of encrypted messages for nostr
https://nostr.com
26 stars 11 forks source link

Fix Kotlin encryptDecryptTest to decrypt with swapped private and public keys to follow NIP-44 documentation #10

Closed tyiu closed 7 months ago

tyiu commented 7 months ago

See https://github.com/paulmillr/nip44/blob/b60eef26fe336e7e086b98a1bad27f0b8f09bca2/README.md?plain=1#L306

Also, I made the equivalent change here: https://github.com/vitorpamplona/amethyst/pull/814