earthstar-project / earthstar

Storage for private, distributed, offline-first applications.
https://earthstar-project.org
GNU Lesser General Public License v3.0
632 stars 20 forks source link

Add sodium driver #218

Closed sgwilym closed 1 year ago

sgwilym commented 2 years ago

What's the problem you want solved?

We provide bindings for the very fast libsodium to Node via Chloride, it would be nice to do so for Deno too.

Is there a solution you'd like to recommend?

There is a WASM wrapper of libsodium at https://github.com/denosaurs/sodium which we could use.