ソースを参照

CHANGELOG update

Marcin Krzyżanowski 8 年 前
コミット
9de9017d92
1 ファイル変更5 行追加0 行削除
  1. 5 0
      CHANGELOG

+ 5 - 0
CHANGELOG

@@ -1,3 +1,8 @@
+- Update tests
+- New: RandomBytesSequence urandom values on Linux.
+- Throw appropriate error for AES with invalid input where padding is needed.
+- Improve performance, especially to SHA-1, SHA-2 and related.
+- Set deployment targets for all platform. Fixes Carthage builds.
 - New: SHA-3 implementation (request #291)
 - SHA-2 conforms to Updatable protocol and may be calculated incrementally.