FiloSottile / typage

A TypeScript implementation of the age file encryption format, based on libsodium.
BSD 3-Clause "New" or "Revised" License
64 stars 9 forks source link

Consider switching from wasm to pure js #20

Open paulmillr opened 3 weeks ago

paulmillr commented 3 weeks ago

Libsodium takes a whole lot of space.

There's https://github.com/paulmillr/noble-ciphers which has chacha in pure js and is quite fast. It's unclear what are the priorities of typage.