Skip to content

Commit

Permalink
Updated documentation to reflect P-384 support
Browse files Browse the repository at this point in the history
  • Loading branch information
awnumar committed Aug 9, 2021
1 parent 57d3649 commit cf26fbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Supported password/key types:
* `seed` - generates a seed file, which can be used with `-s` option later
* `raw` - generates 32 random bytes (can be used as a symmetric key)
* `ec256` - generates ECC P-256 private key
* `ec384` - generates ECC P-384 private key
* `ec521` - generates ECC P-521 private key
* `rsa2048` - generates 2048-bit RSA private key
* `rsa4096` - generates 4096-bit RSA private key
Expand Down
1 change: 1 addition & 0 deletions gokey.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ operation* below)
* *seed* - generates a seed file, which can be used with **-s** option later
* *raw* - generates 32 random bytes (can be used as a symmetric key)
* *ec256* - generates ECC P-256 private key
* *ec384* - generates ECC P-384 private key
* *ec521* - generates ECC P-521 private key
* *rsa2048* - generates 2048-bit RSA private key
* *rsa4096* - generates 4096-bit RSA private key
Expand Down

0 comments on commit cf26fbf

Please sign in to comment.