diff --git a/07.md b/07.md index 294acd3845..b9ef70eb7f 100644 --- a/07.md +++ b/07.md @@ -21,6 +21,7 @@ async window.nostr.nip04.encrypt(pubkey, plaintext): string // returns ciphertex async window.nostr.nip04.decrypt(pubkey, ciphertext): string // takes ciphertext and iv as specified in nip-04 (deprecated) async window.nostr.nip44.encrypt(pubkey, plaintext): string // returns ciphertext as specified in nip-44 async window.nostr.nip44.decrypt(pubkey, ciphertext): string // takes ciphertext as specified in nip-44 +async window.nostr.nip44.decryptContent(pubkey, event): string // takes the event and returns the decrypted content ``` ### Recommendation to Extension Authors