Add info on 12/13-word seeds to the doc

This commit is contained in:
Michał Sałaban 2018-05-26 18:11:54 +02:00
parent e922ed92e8
commit 59a4d16c89
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ Mnemonic seeds
You can utilize the ``Seed`` class in order to generate or supply a 25 word mnemonic seed. From this mnemonic seed you can derive public and private spend keys, public and private view keys, and public wallet address. Read more about mnemonic seeds `here`_.
The class also reads 12 or 13 word seeds, also known as *MyMonero style*.
.. _here: https://getmonero.org/resources/moneropedia/mnemonicseed.html
.. warning:: This class deals with highly sensitive strings in both inputs and outputs.