summaryrefslogtreecommitdiff
path: root/umac32.c
Commit message (Collapse)AuthorAgeFilesLines
* Use size_t rather than unsigned for all hash-related functions.Niels Möller2013-04-261-3/+3
|
* Rename UMAC_BLOCK_SIZE to UMAC_DATA_SIZE.Niels Möller2013-04-181-2/+2
|
* Eliminated l1_out from umac context structs, store at end of l2_state instead.Niels Möller2013-04-161-5/+3
|
* Fixed nonce caching for umac32 and umac64.Niels Möller2013-04-161-2/+5
|
* Fixed umac nonce increment.Niels Möller2013-04-161-4/+2
|
* Minor reorg of umac l3 hashing.Niels Möller2013-04-111-1/+1
|
* Implemented umac.Niels Möller2013-04-111-0/+130