Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to integrate? #1

Closed
septs opened this issue Feb 7, 2017 · 9 comments
Closed

how to integrate? #1

septs opened this issue Feb 7, 2017 · 9 comments

Comments

@septs
Copy link

septs commented Feb 7, 2017

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

@riobard
Copy link
Owner

riobard commented Feb 7, 2017

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

@septs
Copy link
Author

septs commented Feb 7, 2017

export pickCipher function and listCipher function

@riobard
Copy link
Owner

riobard commented Feb 7, 2017

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

@septs
Copy link
Author

septs commented Feb 7, 2017

@riobard
Copy link
Owner

riobard commented Feb 7, 2017

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
Copy link
Author

septs commented Feb 8, 2017

????

riobard added a commit that referenced this issue Feb 10, 2017
Rewrote import path to shadowsocks
@riobard
Copy link
Owner

riobard commented Feb 10, 2017

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
Copy link
Author

septs commented Feb 10, 2017

can I lock the conversation?

@riobard
Copy link
Owner

riobard commented Feb 11, 2017

Sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants