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"`