Skip to content

Commit

Permalink
bip38 typo: specifid -> specified
Browse files Browse the repository at this point in the history
There was a small typo in the bip38 specification. If I'm not totally mistaken the word should be "specified" (not specifid)
Thx
  • Loading branch information
philsmd authored Nov 7, 2017
1 parent a73b822 commit b84deb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bip-0038.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b84deb2

Please sign in to comment.