Releases: gal-yedidovich/CryptoExtensions
Releases · gal-yedidovich/CryptoExtensions
1.1.8
UPDATED swift version to 5.10
Full Changelog: 1.1.7...1.1.8
1.1.7
- UPDATED swift version to
5.9
- MINOR fixes in string spelling
Full Changelog: 1.1.6...1.1.7
1.1.6
IMPROVED CBC error:
- ADDED more info to errors
- CHANGED cipher to throw "finalized" error when interacting after a call to
finalize
API
Full Changelog: 1.1.5...1.1.6
1.1.5
ADDED minor changes
RENAMED enum form Errors
to KeychainError
ADDED more info to KeychainError
ADDED GitHub workflow file, build & test
Full Changelog: 1.1.4...1.1.5
BUG-FIX: storing keys on iPhone 13 pro
Internal Improvements
Replaced implementation that uses InputStream
, with new AsyncBytes
implementation.
What's Changed
- Improvement/async bytes by @gal-yedidovich in #1
New Contributors
- @gal-yedidovich made their first contribution in #1
Full Changelog: 1.1.2...1.1.3
Stability improvements
ADDED throwing errors instead of force unwrapping.
Minor fixes
FIXED deprecated warning FIXED compilation errors on OS-Version
Added ChaChaPoly implementation
Added ChaChaPoly algorithm implementation to SimpleEncryptor
basic example:
let encryptor = SimpleEncryptor(type: .chachaPoly)
Added content to README.md
1.0.1 Update README.md