summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gcrypt.h.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gcrypt.h.in b/src/gcrypt.h.in
index 5879acaf..809848b7 100644
--- a/src/gcrypt.h.in
+++ b/src/gcrypt.h.in
@@ -1602,8 +1602,7 @@ enum gcry_kdf_algos
* "One-Step Key Derivation".
*/
GCRY_KDF_ONESTEP_KDF = 96, /* One-Step Key Derivation with hash */
- /* One-Step Key Derivation with HMAC */
- /* One-Step Key Derivation with KMAC */
+ GCRY_KDF_ONESTEP_KDF_MAC = 97, /* One-Step Key Derivation with MAC */
/* Two-Step Key Derivation with HMAC */
/* Two-Step Key Derivation with CMAC */
/* KDF PRF in SP 800-108r1 */