session-ios
session-ios copied to clipboard
[WIP] Use libSession for all cryptography and drop some dependencies
Changes Include:
- Dropping the
Sodium
andCurve25519Kit
dependencies to use encryption/decryption functions provided bylibSession
- Refactored a number of Objective-C classes to Swift
- Removed PureLayout
- General Cleanup
Note: This PR is based on #894 so needs to wait for that to be merged (or be merged into it)