SocketDev / wormhole-crypto

Streaming encryption for Wormhole.app, based on Encrypted Content-Encoding for HTTP (RFC 8188)
MIT License
601 stars 41 forks source link

chore: Add TypeScript types #58

Open jeremyckahn opened 1 year ago

jeremyckahn commented 1 year ago

This PR adds TypeScript type definitions for wormhole-crypto.


Note: Thanks so much this excellent library! I'm using it for secure peer-to-peer file transfers in my project, Chitchatter. I paired it with WebTorrent and idb-chunk-store to minimize memory usage and enable transfers for file sizes that are unbounded by system memory.