Skip to content

Commit

Permalink
Rearrange sections in README a little bit again.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctsrc committed Nov 20, 2024
1 parent 7d75517 commit 10ff65c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions crates/pgen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ different wordlists provided by the EFF.
## Table of Contents

* [Examples of generated passphrases](#examples-of-generated-passphrases)
* [Latest version available](#latest-version-available)
* [Installation](#installation)
* [Usage](#usage)
- [Options and arguments](#options-and-arguments)
* [How many bits of entropy does your passphrase need?](#how-many-bits-of-entropy-does-your-passphrase-need)
* [Is a CSPRNG really needed here?](#is-a-csprng-really-needed-here)
* [Installation](#installation)
* [Latest version available](#latest-version-available)

## Examples of generated passphrases

Expand Down Expand Up @@ -59,6 +59,21 @@ pgen -w bip39 -n 24
> sword relief this any peanut uncle supreme month impose learn rose ramp double auction course mutual bench elder
> unfair dizzy harbor use casino pledge
## Latest version available

```zsh
pgen --version
```

```text
pgen 3.0.0-alpha.1
```

## Installation

1. [Install Rust](https://www.rust-lang.org/en-US/install.html).
2. Run `cargo install -f [email protected]`

## Usage

```
Expand Down Expand Up @@ -180,21 +195,6 @@ sense to use a CSPRNG.

* `lastresort`(1) on [crates.io](https://crates.io/crates/base256) / [GitHub](https://github.com/ctsrc/Base256)

## Installation

1. [Install Rust](https://www.rust-lang.org/en-US/install.html).
2. Run `cargo install -f [email protected]`

## Latest version available

```zsh
pgen --version
```

```text
pgen 3.0.0-alpha.1
```

[EFFWL]: https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases

[BIP39]: https://en.bitcoin.it/wiki/BIP_0039

0 comments on commit 10ff65c

Please sign in to comment.