UNPKG

age-encryption

Version:

<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/FiloSottile/age/blob/main/logo/logo_white.svg"> <source media="(prefers-color-scheme: light)" srcset="https://github.com/FiloSottile/a

3 lines (2 loc) 183 B
export declare function decryptSTREAM(key: Uint8Array, ciphertext: Uint8Array): Uint8Array; export declare function encryptSTREAM(key: Uint8Array, plaintext: Uint8Array): Uint8Array;