Skip to content

Commit

Permalink
Restyled by prettier-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and wqx6 committed Nov 18, 2022
1 parent ef7a77f commit ef5508a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/tools/spake2p/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ random Salts and corresponding Verifiers):
./spake2p gen-verifier --count 100 --iteration-count 15000 --salt-len 32 --out spake2p-provisioning-data.csv
```

Example command that generates 100 sets of spake2p parameters (Specific PIN Codes,
random Salts and corresponding Verifiers):
Example command that generates 100 sets of spake2p parameters (Specific PIN
Codes, random Salts and corresponding Verifiers):

```
./spake2p gen-verifier --count 100 --pin-code-file pincodes.txt --iteration-count 15000 --salt-len 32 --out spake2p-provisioning-data.csv
```

Notes: Each line of the `pincodes.txt` should be a valid PIN code.

0 comments on commit ef5508a

Please sign in to comment.