]> git.ipfire.org Git - thirdparty/nettle.git/history - umac32.c
Use NETTLE_OCTET_SIZE_TO_LIMB_SIZE macro.
[thirdparty/nettle.git] / umac32.c
2020-11-30  Niels MöllerDelete name mangling of internal umac symbols delete-internal-name-mangling
2020-11-27  Niels MöllerMerge branch 'briansmith/nettle-master'
2019-11-21  Niels MöllerMerge branch 'curve448' into master
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.