Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Request to join XCHACHA20-IETF-POLY1305 support #742

Open
frank-pian opened this issue Jul 23, 2018 · 1 comment
Open

Request to join XCHACHA20-IETF-POLY1305 support #742

frank-pian opened this issue Jul 23, 2018 · 1 comment

Comments

@frank-pian
Copy link

No description provided.

@imknown
Copy link

imknown commented Dec 10, 2018

Found this:

shadowsocks/libQtShadowsocks#204


References:

QStringList SSValidator::supportedMethodList()
{
std::vector<std::string> methodBA = QSS::Cipher::supportedMethods();
std::sort(methodBA.begin(), methodBA.end());
QStringList methodList;
for (const std::string& method : methodBA) {
methodList.push_back(QString::fromStdString(method).toUpper());
}
return methodList;
}

pkg_check_modules(QSS REQUIRED QtShadowsocks>=2.0.0)
find_library(QSS_LIBRARY_VAR
NAMES ${QSS_LIBRARIES}
HINTS ${QSS_LIBRARY_DIRS} ${QSS_LIBDIR})

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

No branches or pull requests

3 participants