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 b6d1d33 commit 62ad121Copy full SHA for 62ad121
lib/internal/crypto/util.js
@@ -488,6 +488,8 @@ function createSupportedAlgorithms(algorithmDefs) {
488
const kSupportedAlgorithms = createSupportedAlgorithms(kAlgorithmDefinitions);
489
490
const simpleAlgorithmDictionaries = {
491
+ AesCbcParams: { iv: 'BufferSource' },
492
+ AesCtrParams: { counter: 'BufferSource' },
493
AeadParams: { iv: 'BufferSource', additionalData: 'BufferSource' },
494
// publicExponent is not strictly a BufferSource but it is a Uint8Array that we normalize
495
// this way
0 commit comments