Bundled version of TS-MLS for usage in web browsers.
- JavaScript 97.9%
- HTML 2%
| .gitignore | ||
| build.sh | ||
| build_dev.sh | ||
| bundle.js | ||
| bundle.min.js | ||
| demo.en.html | ||
| demo.fr.html | ||
| LICENSE.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| wrapper.js | ||
TS-MLS Web Bundle
Web bundle for TS-MLS, an implementation of MLS in TypeScript, bundled for browser usage.
NOTE
This library has been created in order to be used in another of my projects. As such, no customization is given for now, and the only algorithm stack available to use is ML-KEM1024 + ML-DSA87 + ChaCha20, which should be post-quantum secure.
Security Disclaimer
The TS-MLS library warns you:
This library has not undergone a formal security audit. While care has been taken to implement the MLS protocol correctly and securely, it may contain undiscovered vulnerabilities. If you plan to use this library in a production or security-critical context, proceed with caution and consider conducting an independent security review.