summaryrefslogtreecommitdiff
path: root/bip-0038.mediawiki
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2024-04-22 09:15:03 -0700
committerGitHub <noreply@github.com>2024-04-22 09:15:03 -0700
commitb59384d868770e1fc3d30009fbad425b12f2d612 (patch)
treec3feec11ff27588fdd69c001e00eeedc5cf131a3 /bip-0038.mediawiki
parentb3701faef2bdb98a0d7ace4eedbeefa2da4c89ed (diff)
parentb84deb2adf23695a0f21b5f056257be65294c064 (diff)
Merge pull request #608 from philsmd/patch-1
bip38 typo: specifid -> specified
Diffstat (limited to 'bip-0038.mediawiki')
-rw-r--r--bip-0038.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0038.mediawiki b/bip-0038.mediawiki
index 511b55a..7f99b1a 100644
--- a/bip-0038.mediawiki
+++ b/bip-0038.mediawiki
@@ -170,7 +170,7 @@ To recalculate the address:
# Derive ''passfactor'' using scrypt with ''ownerentropy'' and the user's passphrase and use it to recompute ''passpoint''
# Derive decryption key for ''pointb'' using scrypt with ''passpoint'', ''addresshash'', and ''ownerentropy''
# Decrypt ''encryptedpointb'' to yield ''pointb''
-# ECMultiply ''pointb'' by ''passfactor''. Use the resulting EC point as a public key and hash it into ''address'' using either compressed or uncompressed public key methodology as specifid in ''flagbyte''.
+# ECMultiply ''pointb'' by ''passfactor''. Use the resulting EC point as a public key and hash it into ''address'' using either compressed or uncompressed public key methodology as specified in ''flagbyte''.
=====Decryption=====
# Collect encrypted private key and passphrase from user.