Does not work with noise-protocol@2.0.0
sammacbeth opened this issue · 4 comments
sammacbeth commented
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
tinchoz49 commented
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.
sammacbeth commented
Great! Thanks for your work on this!
tinchoz49 commented
Glad to help. Thanks for using it 👍
tinchoz49 commented
@sammacbeth Can you try the version v0.0.6 ?