sodium-browserify-tweetnacl

wraps javascript port of [tweetnacl](https://github.com/dchest/tweetnacl-js) with the api of [chloride](https://github.com/dominictarr/chloride) as an alternative to [sodium-browserify](https://github.com/dominictarr/sodium-browserify) that has a much muc

Usage no npm install needed!

<script type="module">
  import sodiumBrowserifyTweetnacl from 'https://cdn.skypack.dev/sodium-browserify-tweetnacl';
</script>

README

sodium-browserify-tweetnacl

wraps javascript port of tweetnacl with the api of chloride as an alternative to sodium-browserify that has a much much smaller file size.

There are some chloride apis that are not implemented in tweetnacl.

  • crypto_sign_ed25519_pk_to_curve25519
  • crypto_sign_ed25519_sk_to_curve25519
  • crypto_auth
  • crypto_auth_verify

License

MIT