CHANGELOG 640 B

1234567891011121314151617181920212223242526
  1. 0.1.1
  2. - Fix Cococapods package (missing Foundation integration)
  3. 0.1.0
  4. - Major performance improvements.
  5. - Transition from Optionals to throw error.
  6. - Replace enum Cipher with protocol for ciphers.
  7. - Added CRC16
  8. - Fixed AES CFB decryption
  9. - Drop internal "Foundation" dependency, nonetheless it is supported as usual.
  10. 0.0.16
  11. - Critical fix for private "md5" selector issue (#135)
  12. 0.0.15
  13. - Fix 32-bit CTR block mode
  14. - Carthage support update
  15. - Mark as App-Extension-Safe API
  16. 0.0.14
  17. - hexString -> toHextString() #105
  18. - CTR (Counter mode)
  19. - Hex string is lowercase now
  20. - Carthage support
  21. - Tests update
  22. - Swift 2.0 support - overall update