wangyu- / udp2raw

A Tunnel which Turns UDP Traffic into Encrypted UDP/FakeTCP/ICMP Traffic by using Raw Socket,helps you Bypass UDP FireWalls(or Unstable UDP Environment)
MIT License
7.14k stars 1.16k forks source link

希望增加Salsa20(/12)加密算法https://fastd.readthedocs.io/en/v18/crypto/ciphers.html #251

Closed godwasdog closed 5 years ago

godwasdog commented 5 years ago

希望增加fastd推荐的Salsa20(/12)加密算法,快速且安全 https://fastd.readthedocs.io/en/v18/crypto/ciphers.html

godwasdog commented 5 years ago

或者ChaCha20 https://github.com/qiang-yu/sectun/blob/master/src/3rd/chacha20/chacha20.c

godwasdog commented 5 years ago

257