1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 09:38:06 +02:00

Move the DecryptStream from src/core/stream.js and into its own file

This commit is contained in:
Jonas Jenwald 2021-04-27 13:31:13 +02:00
parent cdb583b764
commit 28b0809e60
3 changed files with 67 additions and 49 deletions

View file

@ -26,7 +26,7 @@ import {
warn,
} from "../shared/util.js";
import { isDict, isName, Name } from "./primitives.js";
import { DecryptStream } from "./stream.js";
import { DecryptStream } from "./decrypt_stream.js";
class ARCFourCipher {
constructor(key) {