8000
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 6f975db commit e362635Copy full SHA for e362635
lib/internal/crypto/util.js
@@ -480,6 +480,8 @@ function createSupportedAlgorithms(algorithmDefs) {
480
const kSupportedAlgorithms = createSupportedAlgorithms(kAlgorithmDefinitions);
481
482
const simpleAlgorithmDictionaries = {
483
+ AesCbcParams: { iv: 'BufferSource' },
484
+ AesCtrParams: { counter: 'BufferSource' },
485
AeadParams: { iv: 'BufferSource', additionalData: 'BufferSource' },
486
// publicExponent is not strictly a BufferSource but it is a Uint8Array that we normalize
487
// this way
0 commit comments