CHANGELOG 575 B

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