commit | d2ad47c7fd396053d8d0549015799e9c14e1ff59 | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Sat Sep 03 12:39:38 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Sat Sep 03 12:39:38 2016 +0100 |
tree | 60ffd96bf5692e6d479fa3c119fc1bac384a2a43 | |
parent | 255e5f7a02d5be569aa11a7cf8be4c342114af31 [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.