Skip to content

Commit e5d2566

Browse files
committed
fixup! crypto: add TurboSHAKE and KangarooTwelve Web Cryptography algorithms
1 parent dfeb507 commit e5d2566

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/internal/crypto/util.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ const {
4242
kKeyVariantAES_OCB_128: hasAesOcbMode,
4343
Argon2Job,
4444
KmacJob,
45-
TurboShakeJob,
46-
KangarooTwelveJob,
4745
} = internalBinding('crypto');
4846

4947
const { getOptionValue } = require('internal/options');
@@ -411,10 +409,6 @@ const conditionalAlgorithms = {
411409
'Ed448': !process.features.openssl_is_boringssl,
412410
'KMAC128': !!KmacJob,
413411
'KMAC256': !!KmacJob,
414-
'KT128': !!KangarooTwelveJob,
415-
'KT256': !!KangarooTwelveJob,
416-
'TurboSHAKE128': !!TurboShakeJob,
417-
'TurboSHAKE256': !!TurboShakeJob,
418412
'ML-DSA-44': !!EVP_PKEY_ML_DSA_44,
419413
'ML-DSA-65': !!EVP_PKEY_ML_DSA_65,
420414
'ML-DSA-87': !!EVP_PKEY_ML_DSA_87,

0 commit comments

Comments
 (0)