CHANGELOG 925 B

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