Srar / node-tap

基于TypeScript实现的开源SSTap
Apache License 2.0
681 stars 150 forks source link

Feature request: chacha-ietf-poly1305 support #74

Open ghost opened 4 years ago

ghost commented 4 years ago

The current implementation in https://github.com/Srar/node-tap/blob/master/src/shadowsocks/crypto/CryptoMethods/Share/AEADCryotoProcess.ts doesn't seem to support chacha-ietf-poly1305. However, the upstream in blincksocks support this method.

I would recommend adding this method, as it has better performance on mobile devices compared to other AEAD methods.