upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--07.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/07.md b/07.md
index f2a25cf..caf1160 100644
--- a/07.md
+++ b/07.md
@@ -21,7 +21,7 @@ async window.nostr.getRelays(): { [url: string]: {read: boolean, write: boolean}
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(pubkey, plaintext, v): string // returns encrypted payload as specified in nip-44 23async window.nostr.nip44.encrypt(pubkey, plaintext, v): string // returns encrypted payload as specified in nip-44
24async window.nostr.nip44.decrypt(pubkey, ciphertext): string // takes encrypted payload as specified in nip-44 24async window.nostr.nip44.decrypt(pubkey, payload): string // takes encrypted payload as specified in nip-44
25``` 25```
26 26
27### Implementation 27### Implementation