CHANGELOG 975 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. 0.2.1
  2. - Fix linux build
  3. - re-add umbrella header
  4. 0.2
  5. - Rabbit cipher (RFC4503)
  6. - Linux Swift support
  7. - Swift Package Manager support
  8. - tvOS support
  9. - Add optional seed to CRC
  10. - Add umbrella header (CryptoSwift.h)
  11. - Fix AES in CTR mode
  12. - Fix no padding support for CTR and CFB block modes
  13. - Fix access to AES.Error and ChaCha20.Error
  14. 0.1.1
  15. - Fix Cococapods package (missing Foundation integration)
  16. 0.1.0
  17. - Major performance improvements.
  18. - Transition from Optionals to throw error.
  19. - Replace enum Cipher with protocol for ciphers.
  20. - Added CRC16
  21. - Fixed AES CFB decryption
  22. - Drop internal "Foundation" dependency, nonetheless it is supported as usual.
  23. 0.0.16
  24. - Critical fix for private "md5" selector issue (#135)
  25. 0.0.15
  26. - Fix 32-bit CTR block mode
  27. - Carthage support update
  28. - Mark as App-Extension-Safe API
  29. 0.0.14
  30. - hexString -> toHextString() #105
  31. - CTR (Counter mode)
  32. - Hex string is lowercase now
  33. - Carthage support
  34. - Tests update
  35. - Swift 2.0 support - overall update