From d0aef4c1581807a046b00396f67f3dd03cf599e8 Mon Sep 17 00:00:00 2001 From: Pablo Fernandez Date: Thu, 7 Dec 2023 17:01:25 +0000 Subject: [PATCH] add nip-44 calls --- 46.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/46.md b/46.md index ce319709..3ab71e9c 100644 --- a/46.md +++ b/46.md @@ -84,3 +84,15 @@ The signer key will always be the key of the user who controls the signer device - **nip04_decrypt** - params: [`third-party-pubkey`, `nip04-ciphertext`] - result: `plaintext` +- **nip44_get_key** + - params: [`third-party-pubkey`] + - result: `nip44-conversation-key` +- **nip44_encrypt** + - params: [`third-party-pubkey`, `plaintext`] + - result: `nip44-ciphertext` +- **nip44_decrypt** + - params: [`third-party-pubkey`, `nip44-ciphertext`] + - result: `plaintext` +- **ping** + - params: [] + - result: `"pong"`