Releases: Arc676/SockTalk-Swift
Releases · Arc676/SockTalk-Swift
Version 3.0
Version 2.1
Version numbers to match the C++ library's version number to avoid confusion and to indicate feature availability
The Swift version of this library includes optional OpenSSL encryption and is fully compatible with the C++ version (as far as testing has shown). The frontend has a minimal interface.
A compiled version of the OpenSSL library is required for compilation. The Xcode project expects a folder called "OpenSSL" in the project root to contain both libssl.a and libcrypto.a. These can both be obtained by downloading the OpenSSL source and compiling. They are not included in this repository.