Marcin Krzyzanowski 4 роки тому
батько
коміт
fc92b451cd
2 змінених файлів з 2 додано та 0 видалено
  1. 1 0
      CHANGELOG
  2. 1 0
      README.md

+ 1 - 0
CHANGELOG

@@ -1,6 +1,7 @@
 1.3.3
 - Xcode 12.2 update
 - build-framework.sh now output CryptoSwift.xcframework
+- Adds OCB Authenticated-Encryption Algorithm (RFC7253)
 
 1.3.2
 - Swift 5.3 update (Xcode 12)

+ 1 - 0
README.md

@@ -68,6 +68,7 @@ Good mood
 - Counter Mode ([CTR](https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Counter_.28CTR.29))
 - Galois/Counter Mode ([GCM](https://csrc.nist.gov/publications/detail/sp/800-38d/final))
 - Counter with Cipher Block Chaining-Message Authentication Code ([CCM](https://csrc.nist.gov/publications/detail/sp/800-38c/final))
+- OCB Authenticated-Encryption Algorithm ([OCB](https://tools.ietf.org/html/rfc7253))
 
 #### Password-Based Key Derivation Function
 - [PBKDF1](http://tools.ietf.org/html/rfc2898#section-5.1) (Password-Based Key Derivation Function 1)