diff options
| author | hodlbod <jstaab@protonmail.com> | 2024-02-21 08:11:42 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-21 08:11:42 -0800 |
| commit | 7995a5bc37dcc763221823846438e268646311ba (patch) | |
| tree | 4f34f9f0478c66dd2dd55e0618e7513d668a7751 | |
| parent | c6cd655c1cba483fa9932b76e5ec62bafc56bc33 (diff) | |
| parent | 0045106dd1d08c38006d9a1c089081202078496e (diff) | |
Merge pull request #983 from monlovesmango/NIP46-update-NIP44-calls
NIP46 - update NIP44 calls
| -rw-r--r-- | 46.md | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -126,10 +126,10 @@ Each of the following are methods that the client sends to the remote signer. | |||
| 126 | | `get_relays` | `[]` | `json_stringified({<relay_url>: {read: <boolean>, write: <boolean>}})` | | 126 | | `get_relays` | `[]` | `json_stringified({<relay_url>: {read: <boolean>, write: <boolean>}})` | |
| 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>, <ciphertext_to_decrypt>]` | `<plaintext>` | | 129 | | `nip04_decrypt` | `[<third_party_pubkey>, <nip04_ciphertext_to_decrypt>]` | `<plaintext>` | |
| 130 | | `nip44_conversation_key` | Potential future addition | | | 130 | | `nip44_encrypt` | `[<third_party_pubkey>, <plaintext_to_encrypt>]` | `<nip44_ciphertext>` | |
| 131 | | `nip44_encrypt` | Potential future addition | | | 131 | | `nip44_decrypt` | `[<third_party_pubkey>, <nip44_ciphertext_to_decrypt>]` | `<plaintext>` | |
| 132 | | `nip44_decrypt` | Potential future addition | | | 132 | | `nip44_get_conversation_key`| _Potential future addition_ | | |
| 133 | 133 | ||
| 134 | ## Response Events `kind:24133` | 134 | ## Response Events `kind:24133` |
| 135 | 135 | ||