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:
parent
cdb583b764
commit
28b0809e60
3 changed files with 67 additions and 49 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue