2025-04-19 15:38:48 +08:00

5 lines
155 B
TypeScript

export declare const pkcs7: {
pad(plaintext: Uint8Array): Uint8Array;
unpad(padded: Uint8Array): Uint8Array;
};
//# sourceMappingURL=pkcs7.d.ts.map