emilbayes / noise-protocol

Javascript implementation of the Noise Protocol Framework based on libsodium
ISC License
65 stars 18 forks source link

Support browser usage? #7

Closed tjmehta closed 4 years ago

tjmehta commented 4 years ago

Will this module work in the browser is sodium-native is replaced with sodium-universal?

(I am attempting to webpack bundle hypercore for a browser application: https://github.com/mafintosh/hypercore/issues/234)

ghost commented 4 years ago

This doesn't work right now. sodium-javascript doesn't implement crypto_aead_xchacha20poly1305_ietf routines.

tjmehta commented 4 years ago

Will close for now, thanks