mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Making default key size 512 bits for now.
This commit is contained in:
parent
e7c8d9fae9
commit
cebea6fca1
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@
|
|||
(let* ((name (input cfg '(gen-key name) "Name: "))
|
||||
(email (input cfg '(gen-key email) "Email: "))
|
||||
(bits (input-number cfg '(gen-key bits)
|
||||
"RSA key size in bits: " 1024 64 20148))
|
||||
"RSA key size in bits: " 512 64 20148))
|
||||
(key (conf-gen-key cfg bits))
|
||||
(snow-dir (conf-get-snow-dir cfg))
|
||||
(key-file (or (conf-get cfg 'key-file)
|
||||
|
|
Loading…
Add table
Reference in a new issue