commit | 31d7f5b2365e3ee895a52f4cb7de7f7c975fe918 | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Sat Sep 03 12:39:38 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Thu Oct 13 12:44:19 2016 +0100 |
tree | de72a9b47f25eb6942600e9798371157b3ec26e5 | |
parent | 4bfbd6b54223e3c63798160152e1ccc510421ec2 [diff] |
Fix for #441 - crypt and hash gcm (#546) * Fix crypt_and_hash to support decrypting GCM encrypted files * Fix documentation in crypt_and_hash for the generic case * Remove unused lastn from crypt_and_hash lastn is not used with the cipher layer as it already provides padding and understanding of length of the original data. Backport of fix by Paul Bakker.