Morgan Pretty 67830ed767 Fixed a legacy group message decryption issue
Fixed a bug where we were incorrectly generating and requiring 64 byte secrets for legacy groups (we only need 32 bytes), since we do length checks before calling the libSession C API (to prevent crashes) we would fail before attempting to decrypt because the key was too short
..
Crypto+SessionUtilitiesKit.swift Fixed a legacy group message decryption issue
Crypto.swift Replaced Cocoapods with Swift Package Manager for dependency management
CryptoError.swift Replaced Cocoapods with Swift Package Manager for dependency management
Hex.swift Refactored the LintLocalizableStrings
KeyPair.swift Removed usages of Box.KeyPair, removed a TODO
Mnemonic.swift minor fix on decoding recovery password