Browse Source

Update CHANGELOG

Marcin Krzyżanowski 9 years ago
parent
commit
098d87893e
1 changed files with 5 additions and 0 deletions
  1. 5 0
      CHANGELOG

+ 5 - 0
CHANGELOG

@@ -1,5 +1,10 @@
 - Padding setup is now part of cipher constructor
 - Padding setup is now part of cipher constructor
 - Added PBKDF2 http://tools.ietf.org/html/rfc2898#section-5.2
 - Added PBKDF2 http://tools.ietf.org/html/rfc2898#section-5.2
+- Add BlockCipher protocol
+- Rename Cipher -> CipherProtocol
+- Remove build-frameworks.sh script
+- Keep sensitive data in memory with SecureBytes
+- Allows direct use of 
 
 
 0.3.1
 0.3.1
 - replace deprecated Bit with new enum.
 - replace deprecated Bit with new enum.