From be62b0cf65b865c4198d5a6b0d16bd8f7be237a2 Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Fri, 20 Apr 2018 18:32:35 +0200 Subject: [PATCH] Add algorithm IDs for AEDH and AEDSA --- src/enums.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/enums.js b/src/enums.js index ae08ff49..5a3cc072 100644 --- a/src/enums.js +++ b/src/enums.js @@ -88,7 +88,7 @@ export default { gnu: 101 }, - /** {@link https://tools.ietf.org/html/rfc4880#section-9.1|RFC4880, section 9.1} + /** {@link https://tools.ietf.org/html/draft-ietf-openpgp-rfc4880bis-04#section-9.1|RFC4880bis-04, section 9.1} * @enum {Integer} * @readonly */ @@ -109,7 +109,11 @@ export default { ecdsa: 19, /** EdDSA (Sign only) * [{@link https://tools.ietf.org/html/draft-koch-eddsa-for-openpgp-04|Draft RFC}] */ - eddsa: 22 + eddsa: 22, + /** Reserved for AEDH */ + aedh: 23, + /** Reserved for AEDSA */ + aedsa: 24 }, /** {@link https://tools.ietf.org/html/rfc4880#section-9.2|RFC4880, section 9.2}