chore: localfied react, react-dom and crypto-es

This commit is contained in:
CrescentLeaf
2025-09-06 23:28:50 +08:00
parent 22b8269c4b
commit b6140063c7
45 changed files with 26277 additions and 36 deletions

View File

@@ -0,0 +1,12 @@
//#region src/pad-nopadding.ts
/**
* A noop padding strategy.
*/
const NoPadding = {
pad(_data, _blockSize) {},
unpad(_data) {}
};
//#endregion
export { NoPadding };
//# sourceMappingURL=pad-nopadding.mjs.map