diff options
| author | Terry Yiu <963907+tyiu@users.noreply.github.com> | 2024-11-03 22:33:48 +0100 |
|---|---|---|
| committer | Terry Yiu <963907+tyiu@users.noreply.github.com> | 2024-11-03 22:33:48 +0100 |
| commit | 087437042be0dac04a5fce9ea243b6babd31fb63 (patch) | |
| tree | 91ae3ca09f6e555e9a61ceeb7ea771046b4c58de /59.md | |
| parent | c275ae74eb0070ad7ac5fe2482fdfb91fc99f4ff (diff) | |
Remove extra backticks in code blocks and change unnecessary gender-specific pronouns to be gender neutral
Diffstat (limited to '59.md')
| -rw-r--r-- | 59.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -245,7 +245,7 @@ const rumor = createRumor( | |||
| 245 | const seal = createSeal(rumor, senderPrivateKey, recipientPublicKey) | 245 | const seal = createSeal(rumor, senderPrivateKey, recipientPublicKey) |
| 246 | const wrap = createWrap(seal, recipientPublicKey) | 246 | const wrap = createWrap(seal, recipientPublicKey) |
| 247 | 247 | ||
| 248 | // Recipient unwraps with his/her private key. | 248 | // Recipient unwraps with their private key. |
| 249 | 249 | ||
| 250 | const unwrappedSeal = nip44Decrypt(wrap, recipientPrivateKey) | 250 | const unwrappedSeal = nip44Decrypt(wrap, recipientPrivateKey) |
| 251 | const unsealedRumor = nip44Decrypt(unwrappedSeal, recipientPrivateKey) | 251 | const unsealedRumor = nip44Decrypt(unwrappedSeal, recipientPrivateKey) |