diff --git a/lang/js/src/Keyring.js b/lang/js/src/Keyring.js index 9e0a3e59..2071c6d0 100644 --- a/lang/js/src/Keyring.js +++ b/lang/js/src/Keyring.js @@ -428,7 +428,7 @@ export class GPGME_Keyring { * documentation for details */ const supportedKeyAlgos = [ - 'default', 'default-future', + 'default', 'future-default', 'rsa', 'rsa2048', 'rsa3072', 'rsa4096', 'dsa', 'dsa2048', 'dsa3072', 'dsa4096', 'elg', 'elg2048', 'elg3072', 'elg4096', @@ -436,4 +436,4 @@ const supportedKeyAlgos = [ 'cv25519', 'brainpoolP256r1', 'brainpoolP384r1', 'brainpoolP512r1', 'NIST P-256', 'NIST P-384', 'NIST P-521' -]; \ No newline at end of file +];