Skip to content

Commit

Permalink
Merge pull request #608 from philsmd/patch-1
Browse files Browse the repository at this point in the history
bip38 typo: specifid -> specified
  • Loading branch information
jonatack authored Apr 22, 2024
2 parents b3701fa + b84deb2 commit b59384d
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 b59384d

Please sign in to comment.