@@ -20,12 +20,12 @@ different wordlists provided by the EFF.
20
20
## Table of Contents
21
21
22
22
* [ Examples of generated passphrases] ( #examples-of-generated-passphrases )
23
+ * [ Latest version available] ( #latest-version-available )
24
+ * [ Installation] ( #installation )
23
25
* [ Usage] ( #usage )
24
26
- [ Options and arguments] ( #options-and-arguments )
25
27
* [ How many bits of entropy does your passphrase need?] ( #how-many-bits-of-entropy-does-your-passphrase-need )
26
28
* [ Is a CSPRNG really needed here?] ( #is-a-csprng-really-needed-here )
27
- * [ Installation] ( #installation )
28
- * [ Latest version available] ( #latest-version-available )
29
29
30
30
## Examples of generated passphrases
31
31
@@ -59,6 +59,21 @@ pgen -w bip39 -n 24
59
59
> sword relief this any peanut uncle supreme month impose learn rose ramp double auction course mutual bench elder
60
60
> unfair dizzy harbor use casino pledge
61
61
62
+ ## Latest version available
63
+
64
+ ``` zsh
65
+ pgen --version
66
+ ```
67
+
68
+ ``` text
69
+ pgen 3.0.0-alpha.1
70
+ ```
71
+
72
+ ## Installation
73
+
74
+ 1 . [ Install Rust] ( https://www.rust-lang.org/en-US/install.html ) .
75
+ 2 . Run
` cargo install -f [email protected] `
76
+
62
77
## Usage
63
78
64
79
```
@@ -180,21 +195,6 @@ sense to use a CSPRNG.
180
195
181
196
* ` lastresort ` (1) on [ crates.io] ( https://crates.io/crates/base256 ) / [ GitHub] ( https://github.com/ctsrc/Base256 )
182
197
183
- ## Installation
184
-
185
- 1 . [ Install Rust] ( https://www.rust-lang.org/en-US/install.html ) .
186
- 2 . Run
` cargo install -f [email protected] `
187
-
188
- ## Latest version available
189
-
190
- ``` zsh
191
- pgen --version
192
- ```
193
-
194
- ``` text
195
- pgen 3.0.0-alpha.1
196
- ```
197
-
198
198
[ EFFWL ] : https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases
199
199
200
200
[ BIP39 ] : https://en.bitcoin.it/wiki/BIP_0039
0 commit comments