upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/07.md
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2023-12-20 14:39:35 -0300
committerfiatjaf <fiatjaf@gmail.com>2023-12-20 14:39:39 -0300
commitff533d7a99715b0524f93a182f6c2169fe3b25b1 (patch)
tree4e10e57c43b10bb7a2f2d6c380df17ac9d9309e6 /07.md
parent9be51261c0d1aeff2a99591d978b88bf7e5766b3 (diff)
remove nip44 calls from nip07 temporarily.
Diffstat (limited to '07.md')
-rw-r--r--07.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/07.md b/07.md
index 6db0597..90772ee 100644
--- a/07.md
+++ b/07.md
@@ -20,8 +20,6 @@ Aside from these two basic above, the following functions can also be implemente
20async window.nostr.getRelays(): { [url: string]: {read: boolean, write: boolean} } // returns a basic map of relay urls to relay policies 20async window.nostr.getRelays(): { [url: string]: {read: boolean, write: boolean} } // returns a basic map of relay urls to relay policies
21async window.nostr.nip04.encrypt(pubkey, plaintext): string // returns ciphertext and iv as specified in nip-04 (deprecated) 21async window.nostr.nip04.encrypt(pubkey, plaintext): string // returns ciphertext and iv as specified in nip-04 (deprecated)
22async window.nostr.nip04.decrypt(pubkey, ciphertext): string // takes ciphertext and iv as specified in nip-04 (deprecated) 22async window.nostr.nip04.decrypt(pubkey, ciphertext): string // takes ciphertext and iv as specified in nip-04 (deprecated)
23async window.nostr.nip44.encrypt(sender_privkey, recipient_pubkey, plaintext, version): string // returns encrypted payload as specified in nip-44
24async window.nostr.nip44.decrypt(recipient_privkey, sender_pubkey, payload): string // takes encrypted payload as specified in nip-44
25``` 23```
26 24
27### Implementation 25### Implementation