upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/59.md
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2024-11-03 16:13:53 -0600
committerGitHub <noreply@github.com>2024-11-03 16:13:53 -0600
commit6bcd89c097e97e65dbc95e7c6b7b8348e8dd6b5c (patch)
tree91ae3ca09f6e555e9a61ceeb7ea771046b4c58de /59.md
parentc275ae74eb0070ad7ac5fe2482fdfb91fc99f4ff (diff)
parent087437042be0dac04a5fce9ea243b6babd31fb63 (diff)
Merge pull request #1563 from tyiu/fix-formatting-and-pronouns
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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/59.md b/59.md
index a4fc99d..9bb5845 100644
--- a/59.md
+++ b/59.md
@@ -245,7 +245,7 @@ const rumor = createRumor(
245const seal = createSeal(rumor, senderPrivateKey, recipientPublicKey) 245const seal = createSeal(rumor, senderPrivateKey, recipientPublicKey)
246const wrap = createWrap(seal, recipientPublicKey) 246const wrap = createWrap(seal, recipientPublicKey)
247 247
248// Recipient unwraps with his/her private key. 248// Recipient unwraps with their private key.
249 249
250const unwrappedSeal = nip44Decrypt(wrap, recipientPrivateKey) 250const unwrappedSeal = nip44Decrypt(wrap, recipientPrivateKey)
251const unsealedRumor = nip44Decrypt(unwrappedSeal, recipientPrivateKey) 251const unsealedRumor = nip44Decrypt(unwrappedSeal, recipientPrivateKey)