Files
fieldcraft.thefoldwithin.earth/system/node_modules/aes-js/lib.commonjs/padding.d.ts
T

3 lines
167 B
TypeScript
Raw Normal View History

2025-05-19 20:36:21 -05:00
export declare function pkcs7Pad(data: Uint8Array): Uint8Array;
export declare function pkcs7Strip(data: Uint8Array): Uint8Array;
//# sourceMappingURL=padding.d.ts.map