UNPKG

@walletconnect/crypto

Version:

Isomorphic Cryptography Library for AES, HMAC and SHA2

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