Releases: Spomky-Labs/php-aes-gcm
Releases · Spomky-Labs/php-aes-gcm
Version 1.2.1
Version 1.2.0
This new version uses libCrypto or PHP 7.1 methods if available.
The result is that the library is up to 1000x faster than before.
Version 1.1.0
- Added: support for tag appended at the end of the ciphertext. See methods
encryptAndAppendTag
anddecryptWithAppendedTag
. - Added: support for tag length of 128 (default), 120, 112, 104 and 96 bits.
New tests have been added.
Documentation has been modified accordingly.
- Code Coverage is at least 95%.
- Code Quality is at least 9/10.
Version 1.0.0
This is the first stable version of the library.
It has been tested using two different test vectors sources.
One source of test vectors is the Computer Security Resource Center (CSRC) of the National Institute of Standards and Technology (NIST).
Code Coverage is at least 95%.
Code Quality is at least 9/10.
Documentation is available.