You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/SessionUtilitiesKit/Crypto
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
7 months ago
..
Crypto+SessionUtilitiesKit.swift Fixed a legacy group message decryption issue 7 months ago
Crypto.swift Replaced Cocoapods with Swift Package Manager for dependency management 8 months ago
CryptoError.swift Replaced Cocoapods with Swift Package Manager for dependency management 8 months ago
Hex.swift Refactored the LintLocalizableStrings 2 years ago
KeyPair.swift Removed usages of Box.KeyPair, removed a TODO 2 years ago
Mnemonic.swift minor fix on decoding recovery password 9 months ago