geut/sodium-javascript-plus

Does not work with noise-protocol@2.0.0

sammacbeth opened this issue · 4 comments

The most recent changes to https://github.com/emilbayes/noise-protocol/ seem to have broken this module. I'm currently getting an assertion error at the following line when the sodium-native import is replaced with sodium-javascript-plus: https://github.com/emilbayes/noise-protocol/blob/master/cipher.js#L8

Hey sam! yes, because noise-protocol now is using chacha instead of xchacha I'm going to work on a new release this weekend to add support for chacha.

Great! Thanks for your work on this!

Glad to help. Thanks for using it 👍

@sammacbeth Can you try the version v0.0.6 ?