js: add 'default-future' as createKey option
-- * src/Keyring.js: default-future can be used now for key creation as algo.
This commit is contained in:
parent
c569adb5e3
commit
34be6163f6
@ -428,7 +428,7 @@ export class GPGME_Keyring {
|
||||
* documentation for details
|
||||
*/
|
||||
const supportedKeyAlgos = [
|
||||
'default',
|
||||
'default', 'default-future',
|
||||
'rsa', 'rsa2048', 'rsa3072', 'rsa4096',
|
||||
'dsa', 'dsa2048', 'dsa3072', 'dsa4096',
|
||||
'elg', 'elg2048', 'elg3072', 'elg4096',
|
||||
|
Loading…
Reference in New Issue
Block a user