dlopen-test: Use libnettle.dylib on MacOS.
[gd/nettle] / umac.h
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-26 Niels MöllerNew constants UMAC_MIN_NONCE_SIZE and UMAC_MAX_NONCE_SIZE.
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-18 Niels MöllerComment fix.
2013-04-18 Niels MöllerNew UMAC{32,64,96,128}_DIGEST_SIZE constants.
2013-04-16 Niels MöllerEliminated l1_out from umac context structs, store...
2013-04-16 Niels MöllerIncrease umac block count to 64 bits. Some reordering...
2013-04-11 Niels MöllerMinor reorg of umac l3 hashing.
2013-04-11 Niels MöllerImplemented umac.