diff --git a/src/core/crypto.js b/src/core/crypto.js index 0cd5b7ade..c8e6f2bc9 100644 --- a/src/core/crypto.js +++ b/src/core/crypto.js @@ -1321,10 +1321,6 @@ class PDF20 { return k.subarray(0, 32); } - hash(password, concatBytes, userBytes) { - return this._hash(password, concatBytes, userBytes); - } - checkOwnerPassword(password, ownerValidationSalt, userBytes, ownerPassword) { const hashData = new Uint8Array(password.length + 56); hashData.set(password, 0);