Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use size_t rather than unsigned for all hash-related functions. | Niels Möller | 2013-04-26 | 1 | -3/+3 |
* | Rename UMAC_BLOCK_SIZE to UMAC_DATA_SIZE. | Niels Möller | 2013-04-18 | 1 | -3/+3 |
* | Eliminated l1_out from umac context structs, store at end of l2_state instead. | Niels Möller | 2013-04-16 | 1 | -5/+3 |
* | Fixed nonce caching for umac32 and umac64. | Niels Möller | 2013-04-16 | 1 | -3/+5 |
* | Fixed umac nonce increment. | Niels Möller | 2013-04-16 | 1 | -4/+2 |
* | Minor reorg of umac l3 hashing. | Niels Möller | 2013-04-11 | 1 | -3/+4 |
* | Implemented umac. | Niels Möller | 2013-04-11 | 1 | -0/+135 |