UNPKG

mdb-reader

Version:

JavaScript library to read data from Access databases

3 lines (2 loc) 143 B
import type { Cipher } from "./types.js"; export declare function blockDecrypt(cipher: Cipher, key: Buffer, iv: Buffer, data: Buffer): Buffer;