diff options
| author | Jon Staab <shtaab@gmail.com> | 2024-02-21 08:17:42 -0800 |
|---|---|---|
| committer | Jon Staab <shtaab@gmail.com> | 2024-02-21 08:17:42 -0800 |
| commit | f1f992e95ee369c766d486807ad208c0769532dd (patch) | |
| tree | 075018df5a04cb704609cb9d252a6daa8e104724 /46.md | |
| parent | 7995a5bc37dcc763221823846438e268646311ba (diff) | |
Remove get_conversation_key
Diffstat (limited to '46.md')
| -rw-r--r-- | 46.md | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -129,7 +129,6 @@ Each of the following are methods that the client sends to the remote signer. | |||
| 129 | | `nip04_decrypt` | `[<third_party_pubkey>, <nip04_ciphertext_to_decrypt>]` | `<plaintext>` | | 129 | | `nip04_decrypt` | `[<third_party_pubkey>, <nip04_ciphertext_to_decrypt>]` | `<plaintext>` | |
| 130 | | `nip44_encrypt` | `[<third_party_pubkey>, <plaintext_to_encrypt>]` | `<nip44_ciphertext>` | | 130 | | `nip44_encrypt` | `[<third_party_pubkey>, <plaintext_to_encrypt>]` | `<nip44_ciphertext>` | |
| 131 | | `nip44_decrypt` | `[<third_party_pubkey>, <nip44_ciphertext_to_decrypt>]` | `<plaintext>` | | 131 | | `nip44_decrypt` | `[<third_party_pubkey>, <nip44_ciphertext_to_decrypt>]` | `<plaintext>` | |
| 132 | | `nip44_get_conversation_key`| _Potential future addition_ | | | ||
| 133 | 132 | ||
| 134 | ## Response Events `kind:24133` | 133 | ## Response Events `kind:24133` |
| 135 | 134 | ||