From ef5508a4fba2ab6ba2404f3a4aa4e4cee3632aa6 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Tue, 15 Nov 2022 11:50:41 +0000 Subject: [PATCH] Restyled by prettier-markdown --- src/tools/spake2p/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/tools/spake2p/README.md b/src/tools/spake2p/README.md index a7dd96d3b6564c..61e6cb5748a12e 100644 --- a/src/tools/spake2p/README.md +++ b/src/tools/spake2p/README.md @@ -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.