Bitcoin

What is the raw logic that converts the seed phrase to a private key?

I’m interested in how the actual seed phrase is converted to the private key.

The line seems to be quite long.

  1. Generate 11-word seed phrase
  2. convert number to binary
  3. Add the binary numbers modulo to get the checksum.
  4. Convert 12 words to hexadecimal?

If someone can explain and show a nice simple example

Related Articles

Back to top button