| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -480,6 +480,8 @@ function createSupportedAlgorithms(algorithmDefs) { | |||
| 480 | 480 | const kSupportedAlgorithms = createSupportedAlgorithms(kAlgorithmDefinitions); | |
| 481 | 481 | ||
| 482 | 482 | const simpleAlgorithmDictionaries = { | |
| 483 | + AesCbcParams: { iv: 'BufferSource' }, | ||
| 484 | + AesCtrParams: { counter: 'BufferSource' }, | ||
| 483 | 485 | AeadParams: { iv: 'BufferSource', additionalData: 'BufferSource' }, | |
| 484 | 486 | // publicExponent is not strictly a BufferSource but it is a Uint8Array that we normalize | |
| 485 | 487 | // this way | |
| Back | FazBrowse Home | New Git URL |
0 commit comments