jedisct1 / libsodium.js

libsodium compiled to Webassembly and pure JavaScript, with convenient wrappers.
Other
979 stars 141 forks source link

We're pointing people here from `tweetsodium`! #297

Closed lgarron closed 1 year ago

lgarron commented 2 years ago

Ahoy!

https://github.com/github/tweetsodium is currently used by ≈10,000 projects on GitHub, which is almost as many as libsodium.js itself (≈13,000).

We are no longer maintaining tweetsodium at GitHub, and have added code samples for projects to switch over to libsodium.js:

https://github.com/github/tweetsodium#%EF%B8%8F-tweetsodium-is-deprecated-and-unmaintained-%EF%B8%8F

We ran into the following potential compatibility issues:

None of these are the fault of libsodium.js, but you may get an increase in questions about such issues.

cognivore commented 2 years ago

What a good news / bad news combo. Watching eagerly and I hope for some implementation plans I can contribute to.

wisefool769 commented 1 year ago

@lgarron Is there a standard way to "disable" wasm so that I don't have to use unsafe-eval?

lgarron commented 1 year ago

@lgarron Is there a standard way to "disable" wasm so that I don't have to use unsafe-eval?

You'd have to ask @jedisct1. But — given that the library's main purpose is to be a wasm port — that sounds unlikely to me.