diff options
| author | monlovesmango <96307647+monlovesmango@users.noreply.github.com> | 2024-02-21 10:03:33 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-21 10:03:33 -0600 |
| commit | 0045106dd1d08c38006d9a1c089081202078496e (patch) | |
| tree | 4f34f9f0478c66dd2dd55e0618e7513d668a7751 /46.md | |
| parent | ff39f492e1aebdb401100b3e6f848ca0600ef9b1 (diff) | |
leave nip44_get_conversation_key undefined for now
Diffstat (limited to '46.md')
| -rw-r--r-- | 46.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -127,9 +127,9 @@ Each of the following are methods that the client sends to the remote signer. | |||
| 127 | | `get_public_key` | `[]` | `<hex-pubkey>` | | 127 | | `get_public_key` | `[]` | `<hex-pubkey>` | |
| 128 | | `nip04_encrypt` | `[<third_party_pubkey>, <plaintext_to_encrypt>]` | `<nip04_ciphertext>` | | 128 | | `nip04_encrypt` | `[<third_party_pubkey>, <plaintext_to_encrypt>]` | `<nip04_ciphertext>` | |
| 129 | | `nip04_decrypt` | `[<third_party_pubkey>, <nip04_ciphertext_to_decrypt>]` | `<plaintext>` | | 129 | | `nip04_decrypt` | `[<third_party_pubkey>, <nip04_ciphertext_to_decrypt>]` | `<plaintext>` | |
| 130 | | `nip44_get_conversation_key` | `[<third_party_pubkey>]` | `<nip44_conversation_key>` | | ||
| 131 | | `nip44_encrypt` | `[<third_party_pubkey>, <plaintext_to_encrypt>]` | `<nip44_ciphertext>` | | 130 | | `nip44_encrypt` | `[<third_party_pubkey>, <plaintext_to_encrypt>]` | `<nip44_ciphertext>` | |
| 132 | | `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 | 133 | ||
| 134 | ## Response Events `kind:24133` | 134 | ## Response Events `kind:24133` |
| 135 | 135 | ||