UNPKG

eccrypto-js

Version:

Elliptic curve cryptography library (NodeJS, Browser and Pure JS)

3 lines 162 B
export declare function pad(plaintext: Uint8Array): Uint8Array; export declare function unpad(padded: Uint8Array): Uint8Array; //# sourceMappingURL=index.d.ts.map