summaryrefslogtreecommitdiff
path: root/umac96.c
Commit message (Expand)AuthorAgeFilesLines
* Rename UMAC_BLOCK_SIZE to UMAC_DATA_SIZE.Niels Möller2013-04-181-4/+4
* Eliminated l1_out from umac context structs, store at end of l2_state instead.Niels Möller2013-04-161-5/+3
* Fixed umac nonce increment.Niels Möller2013-04-161-6/+1
* Minor reorg of umac l3 hashing.Niels Möller2013-04-111-1/+2
* Implemented umac.Niels Möller2013-04-111-0/+124