Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
dd8ecb18
Commit
dd8ecb18
authored
Mar 19, 2019
by
Sietse Ringers
Browse files
When generating issuer keypairs, emit message that it may take a while
parent
38c1b1b2
Pipeline
#20294
failed with stages
in 2 minutes and 19 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
irma/cmd/issuer-keygen.go
View file @
dd8ecb18
...
...
@@ -88,6 +88,7 @@ IRMA applications.`,
}
// Now generate the key pair
fmt
.
Println
(
"Generating keys (may take several minutes)"
)
sysParams
,
ok
:=
gabi
.
DefaultSystemParameters
[
keylength
]
if
!
ok
{
return
errors
.
Errorf
(
"Unsupported key length, should be one of %v"
,
gabi
.
DefaultKeyLengths
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment