-
Notifications
You must be signed in to change notification settings - Fork 0
Changes from 1.4.4 to 1.5.0
Andrej Dobes edited this page Mar 31, 2018
·
1 revision
- Added new method "void ClearUnflushedBits()".
- Added new interface for symmetric encryption.
- Required methods of this interface are "byte[] Encrypt(byte[])" and byte[] Decrypt(byte[]).
- Class now implements ISymmetricEncryptor.
- Property "AesEncryptor" (class AesEncryptor) replaced with property "Encryptor" (interface ISymmetricEncryptor). This change will allow to use symmetric encryption of your choice.