UNPKG

261 BTypeScriptView Raw
1/// <reference types="node" />
2export declare function encryptRandomIVBuffer(input: Buffer, secretKeyBase64: string, algorithm?: string): Buffer;
3export declare function decryptRandomIVBuffer(input: Buffer, secretKeyBase64: string, algorithm?: string): Buffer;