UNPKG

@ksen/crypto-ts

Version:

A cryptography algorithms library compatible with ES6 and TypeScript

11 lines (9 loc) 99 B
/** * A noop padding strategy. */ export const NoPadding = { pad() { }, unpad() { }, };