UNPKG

crypto-es

Version:

A cryptography algorithms library compatible with ES6 and TypeScript

11 lines (9 loc) 229 B
import { Padding } from "./cipher-core.cjs"; //#region src/pad-ansix923.d.ts /** * ANSI X.923 padding strategy. */ declare const AnsiX923: Padding; //#endregion export { AnsiX923 }; //# sourceMappingURL=pad-ansix923.d.cts.map