@transcend-io/encrypt-web-streams
Version:
WebAssembly-powered streaming AES-256-GCM encryption and decryption with a web-native TransformStream API.
8 lines • 304 B
JavaScript
/**
* Main entry point for the npm library.
*
* This module provides WebAssembly-powered streaming AES-256-GCM encryption and
* decryption with a web-native TransformStream API.
*/
export { init, createEncryptionStream, createDecryptionStream, } from './stream.js';
//# sourceMappingURL=index.js.map