Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdsa committed Sep 19, 2015
1 parent 3365b58 commit 4d483fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions seedphrase.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ Checksum and version number

The following hash is used:

<pre>s = hmac_sha_512("Seed version", normalized_seedphrase)
</pre>
s = hmac_sha_512("Seed version", normalized_seedphrase)


The first bits of s (prefix) must be in a list of accepted
prefixes.

The length of the prefix is given by the first 4 bits of
the prefix:

<pre>length = 8 + 4*n</pre>
length = 8 + 4*n

List of reserved prefixes
-------------------------
Expand Down

0 comments on commit 4d483fd

Please sign in to comment.