We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfeb507 commit e5d2566Copy full SHA for e5d2566
lib/internal/crypto/util.js
@@ -42,8 +42,6 @@ const {
42
kKeyVariantAES_OCB_128: hasAesOcbMode,
43
Argon2Job,
44
KmacJob,
45
- TurboShakeJob,
46
- KangarooTwelveJob,
47
} = internalBinding('crypto');
48
49
const { getOptionValue } = require('internal/options');
@@ -411,10 +409,6 @@ const conditionalAlgorithms = {
411
409
'Ed448': !process.features.openssl_is_boringssl,
412
410
'KMAC128': !!KmacJob,
413
'KMAC256': !!KmacJob,
414
- 'KT128': !!KangarooTwelveJob,
415
- 'KT256': !!KangarooTwelveJob,
416
- 'TurboSHAKE128': !!TurboShakeJob,
417
- 'TurboSHAKE256': !!TurboShakeJob,
418
'ML-DSA-44': !!EVP_PKEY_ML_DSA_44,
419
'ML-DSA-65': !!EVP_PKEY_ML_DSA_65,
420
'ML-DSA-87': !!EVP_PKEY_ML_DSA_87,
0 commit comments