riobard/go-shadowsocks2

how to integrate?

septs opened this issue · 9 comments

septs commented

I want to use to replace the use shadowsocks-go.

Could you please elaborate on what is missing? You can use it to replace the old Go port right now.

septs commented

export pickCipher function and listCipher function

Those are two helper functions for the command line arguments. May I ask why you want them to be exported?

I see. You want to import the entire Shadowsocks implementation as a whole and use it directly.

Currently this is not how the code is structured. pickCipher and listCipher are part of package main to build the executable. I need to think about if it's better to move them to package cipher or somewhere else.

septs commented

????

Please wait. This repo is not stable yet. We're working on finishing the design of the new AEAD cipher here shadowsocks/shadowsocks-org#42

septs commented

can I lock the conversation?

Sure.