cfb8: Fix decrypt path
[gd/nettle] / gcm.c
2019-09-04 Dmitry Eremin-Sole... gcm: move block shifting function to block-internal.h
2019-09-04 Dmitry Eremin-Sole... block-internal: add block XORing functions
2019-09-03 Dmitry Eremin-Sole... gcm: use uint64_t member of nettle_block16
2019-08-23 Niels MöllerMerge branch 'block16-refactor' into master-updates
2019-07-08 Niels Möllergcm: Use uint64_t member of nettle_block16.
2018-12-26 Niels MöllerMerge branch 'release-3.4-fixes' into master
2018-02-01 Nikos Mavrogiannop... gcm: use ctr_crypt16() for improved performance
2018-01-08 Niels MöllerTweaks for in-place cbc, cfb and gcm.
2014-07-04 Niels MöllerFix file header copy&paste errors.
2014-04-12 Niels MöllerUpdate copyright headers for dual licensing.
2014-03-18 Niels MöllerDefine and use nettle_cipher_func, for block ciphers.
2014-01-26 Niels MöllerComment fixes.
2014-01-21 Niels MöllerMerge branch 'camellia-reorg' into master.
2014-01-20 Niels MöllerMerge branch 'poly1305' into 'master'.
2014-01-13 Niels MöllerNew type nettle_block16.
2013-09-28 Niels MöllerMerged aes-reorg branch.
2013-09-22 Niels MöllerNew x86_64 assembly for gcm hashing.
2013-09-09 Niels MöllerSupport optional assembly files for both nettle and...
2013-04-26 Niels MöllerUse size_t rather than unsigned for all hash-related...
2013-04-26 Niels MöllerUse size_t rather than unsigned for all cipher-related...
2012-07-07 Niels MöllerUpdated FSF address. Patch from David Woodhouse.
2012-06-25 Niels MöllerConsistently use foo_func *f (rather than foo_func...
2011-07-24 Niels MöllerTrivial whitespace fix.
2011-02-13 Niels Möller* gcm.h (GCM_UPDATE): Renamed, from...
2011-02-09 Niels Möller* gcm.c (gcm_hash_sizes): New function.
2011-02-09 Niels Möller* gcm.c (gcm_set_key): Replaced context argument by...
2011-02-08 Niels Möller* gcm.c (gcm_gf_shift): Added a separate result argument.
2011-02-08 Niels Möller* gcm.c (GHASH_POLYNOMIAL): Use unsigned long for this...
2011-02-08 Niels Möller* gcm.c: Use the new union gcm_block for all gf operations.
2011-02-07 Niels Möller* gcm.c (gcm_gf_shift_chunk) : Bug fix for little-endia...
2011-02-07 Niels Möller* gcm.c (gcm_gf_mul_chunk): Special case first and...
2011-02-07 Niels Möller(gcm_gf_shift_chunk): New implementation for 8-bit...
2011-02-06 Niels MöllerIntroduced 4-bit tables. Gives gmac performance of...
2011-02-06 Niels Möller* gcm.c (gcm_rightshift): Moved the reduction of the...
2011-02-06 Niels Möller(gcm_gf_mul): Rewrote. Still uses the bitwise algorithm...
2011-02-06 Niels Möller(gcm_rightshift): Complete rewrite, to use word rather
2011-02-05 Nikos Mavrogiannop... * gcm.c: New file.