Skip to content

Commit

Permalink
Update src/guide/security/generating-cryptographic-keys.md
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksandr Petrosyan <[email protected]>
Signed-off-by: Victor <[email protected]>
  • Loading branch information
6r1d and appetrosyan authored Aug 21, 2023
1 parent 779f23e commit 9ca5158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/security/generating-cryptographic-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ cargo run --bin kagami crypto

```

You can specify a number of different parameters to tailor the generated key pair to your specific needs. The following parameters are available for customization:
You can specify a number of different parameters to tailor the generated key pair to your specific needs. The following parameters are available:

- `--algorithm` (`-a`): Specifies the algorithm used for the key pair generation and encryption. If no algorithm is specified, `ed25519` is used by default.
Can be one of the following:
Expand Down

0 comments on commit 9ca5158

Please sign in to comment.