summaryrefslogtreecommitdiff
path: root/bip-0038.mediawiki
diff options
context:
space:
mode:
authorphilsmd <921533+philsmd@users.noreply.github.com>2017-11-07 22:19:47 +0100
committerGitHub <noreply@github.com>2017-11-07 22:19:47 +0100
commitb84deb2adf23695a0f21b5f056257be65294c064 (patch)
tree3c5b61969e5fa183369ffc4c5ac6b6c1842b97ce /bip-0038.mediawiki
parenta73b8229195028810adba973c0067b3ad5a0d4f5 (diff)
downloadbips-b84deb2adf23695a0f21b5f056257be65294c064.tar.xz
bip38 typo: specifid -> specified
There was a small typo in the bip38 specification. If I'm not totally mistaken the word should be "specified" (not specifid) Thx
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 bfe1f4a..9e4d3ef 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.