cfb8: Fix decrypt path
[gd/nettle] / umac64.c
2018-12-26 Niels MöllerMerge branch 'release-3.4-fixes' into master
2018-07-07 Nikos Mavrogiannop... abi: explicitly export intended symbols and hide others
2014-04-25 Niels MöllerRename *_DATA_SIZE to *_BLOCK_SIZE.
2014-04-12 Niels MöllerUpdate copyright headers for dual licensing.
2013-09-28 Niels MöllerMerged aes-reorg branch.
2013-08-07 Niels MöllerAdapted umac code to use new aes128 interface.
2013-04-26 Niels MöllerUse size_t rather than unsigned for all hash-related...
2013-04-18 Niels MöllerRename UMAC_BLOCK_SIZE to UMAC_DATA_SIZE.
2013-04-16 Niels MöllerEliminated l1_out from umac context structs, store...
2013-04-16 Niels MöllerFixed nonce caching for umac32 and umac64.
2013-04-16 Niels MöllerFixed umac nonce increment.
2013-04-11 Niels MöllerMinor reorg of umac l3 hashing.
2013-04-11 Niels MöllerImplemented umac.