Skip to content
Snippets Groups Projects
Commit 1078ec2f authored by Moul's avatar Moul Committed by Éloïs
Browse files

[MNEMONIC] Fix typo, English

parent 7ee911c8
No related branches found
No related tags found
1 merge request!12RFC_0014: DUBP Mnemonic
......@@ -2,10 +2,10 @@
This RFC describes the conventions for generating a DUBP keypair.
In a summary :
As a summary:
1. Generate a random mnemonic
2. Using [script] to generate the seed from the mnemonic
2. Using [scrypt] to generate the seed from the mnemonic
3. Encrypt the seed in [DEWIF] format with a password or pin code.
# 1. Generate a random mnemonic
......@@ -14,7 +14,7 @@ A mnemonic is a safety phrase designed to be easy to remember. This concept is d
# 2. Generate the seed from the mnemonic
The seed must be generated via [script] with the following parameters.
The seed must be generated via [scrypt] with the following parameters.
## password
......@@ -40,7 +40,7 @@ Sometimes called `dklen` in some libraries.
Expected value: `32`.
## Parameters N,r,p
## N,r,p parameters
N= 4096
r= 16
......@@ -63,5 +63,5 @@ It is recommended to encrypt the seed in [DEWIF] format.
The password used to encrypt the seed must be sufficiently robust and preferably randomly generated.
[BIP39]: https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki#Wordlist
[script]: https://tools.ietf.org/html/rfc7914.html
[scrypt]: https://tools.ietf.org/html/rfc7914.html
[DEWIF]: https://git.duniter.org/nodes/common/doc/blob/dewif/rfc/0013_Duniter_Encrypted_Wallet_Import_Format.md
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment