5 lines
155 B
TypeScript
5 lines
155 B
TypeScript
|
export declare const pkcs7: {
|
||
|
pad(plaintext: Uint8Array): Uint8Array;
|
||
|
unpad(padded: Uint8Array): Uint8Array;
|
||
|
};
|
||
|
//# sourceMappingURL=pkcs7.d.ts.map
|