UNPKG

crypto-es

Version:

A cryptography algorithms library compatible with ES6 and TypeScript

11 lines (9 loc) 233 B
import { Padding } from "./cipher-core.cjs"; //#region src/pad-iso97971.d.ts /** * ISO/IEC 9797-1 Padding Method 2. */ declare const Iso97971: Padding; //#endregion export { Iso97971 }; //# sourceMappingURL=pad-iso97971.d.cts.map