commit | 5f81a2d2dfbbef59adf202e75719555095fd8e38 | [log] [download] |
---|---|---|
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 14:28:40 2016 +0100 |
tree | a47d00f99a2919b5f4aa366963fda2e06f0ceb56 | |
parent | 5a62dd4a5a02dabc3c8787f68557d92ba8172fed [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.