rsagen: increase default key size to 2048 bits

This commit is contained in:
cinap_lenrek 2016-04-21 21:25:33 +02:00
parent 42c4cc75a6
commit 0d6a188dde
2 changed files with 2 additions and 2 deletions

View file

@ -118,7 +118,7 @@ whose
.B n
has exactly
.I nbits
(default 1024)
(default 2048)
significant bits.
If
.I tag

View file

@ -18,7 +18,7 @@ main(int argc, char **argv)
char *tag;
RSApriv *key;
bits = 1024;
bits = 2048;
tag = nil;
key = nil;
fmtinstall('B', mpfmt);