Skip to content

Commit

Permalink
ADD: brainpool curves to list of curves in help menu
Browse files Browse the repository at this point in the history
  • Loading branch information
go-compile committed Jun 16, 2022
1 parent 5184783 commit a7d7b38
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cmd/qrsecrets/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,19 @@ func parseArgs(args []string) (*options, []string) {
fmt.Println(" P384")
fmt.Println(" P256")
fmt.Println(" P224")
fmt.Println(" P160t1")
fmt.Println(" P192r1")
fmt.Println(" P192t1")
fmt.Println(" P224r1")
fmt.Println(" P224t1")
fmt.Println(" P256r1")
fmt.Println(" P256t1")
fmt.Println(" P320r1")
fmt.Println(" P320t1")
fmt.Println(" P384r1")
fmt.Println(" P384t1")
fmt.Println(" P512r1")
fmt.Println(" P512t1")
case "file=":
stat, err := os.Stat(arg[1])
if err != nil {
Expand Down

0 comments on commit a7d7b38

Please sign in to comment.