emilbayes / noise-peer

Simple end-to-end encrypted, secure channels using Noise Protocol Framework and libsodium secretstream
ISC License
147 stars 13 forks source link

browser support? #2

Open m-onz opened 5 years ago

m-onz commented 5 years ago

I tried browserifying noise-peer to no avail. Will noise-peer ever work in the browser or is that unlikely?

emilbayes commented 5 years ago

One day :) Some sodium APIs are missing in sodium-javascript, namely the KX and AEAD APIs. They are not too far off being in a working state, but I have prioritised other tasks. You can see the current compat table here: https://github.com/sodium-friends/sodium-universal#compatibilty

m-onz commented 5 years ago

Thanks for the info.

urbien commented 3 years ago

@emilbayes, any plans to resolve the last remaining libsodium dependency for browser support? Many thanks.