JSPM

chacha-poly1305-wasm

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q46645F
  • License MIT

Native Rust compiled to WASM for Chacha Poly1305 exposure in Node

Package Exports

  • chacha-poly1305-wasm

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (chacha-poly1305-wasm) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

chacha-poly1305-wasm

Build Status

Matt Corallo's Rust implementation of Chacha-Poly1305 from rust-lightning exposed through WASM.

Setup

First, install Rust. Then, run

npm run compile
npm run extract

Install

npm install chacha-poly1305-wasm

It should be chacha-poly1305-wasm one day.

License

MIT