Closed m13253 closed 7 years ago
Hi, thanks for your remind and I don't think it would be hard to integrate, but as I noticed in https://github.com/shadowsocks/shadowsocks-chromeapp/issues/28, the chacha20/salsa20 ciphers were all deprecated, switch to other cipher should be a good idea.
Most of my service providers switched to salsa20. I hope ss-chromeapp can support salsa20, so that I can continue to use it.
I found a pure JavaScript implementation of salsa20 here.
Will it be hard to integrate this cipher? I am willing to help.