Skip to content

Commit

Permalink
update nip44 encrypt/decrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
monlovesmango committed Feb 20, 2024
1 parent c6cd655 commit 9c7ae62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 46.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ Each of the following are methods that the client sends to the remote signer.
| `get_relays` | `[]` | `json_stringified({<relay_url>: {read: <boolean>, write: <boolean>}})` |
| `get_public_key` | `[]` | `<hex-pubkey>` |
| `nip04_encrypt` | `[<third_party_pubkey>, <plaintext_to_encrypt>]` | `<nip04_ciphertext>` |
| `nip04_decrypt` | `[<third_party_pubkey>, <ciphertext_to_decrypt>]` | `<plaintext>` |
| `nip04_decrypt` | `[<third_party_pubkey>, <nip04_ciphertext_to_decrypt>]` | `<plaintext>` |
| `nip44_conversation_key` | Potential future addition | |
| `nip44_encrypt` | Potential future addition | |
| `nip44_decrypt` | Potential future addition | |
| `nip44_encrypt` | `[<third_party_pubkey>, <plaintext_to_encrypt>]` | `<nip44_ciphertext>` |
| `nip44_decrypt` | `[<third_party_pubkey>, <nip44_ciphertext_to_decrypt>]` | `<plaintext>` |

## Response Events `kind:24133`

Expand Down

0 comments on commit 9c7ae62

Please sign in to comment.