Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.hmac: Expose hmac-sha-512 too | Kim Alvefur | 2019-04-19 | 1 | -0/+1 |
| | | | | All these are provided by util.hashes so why not? | ||||
* | util.hmac: Reflow code | Kim Alvefur | 2019-04-19 | 1 | -3/+5 |
| | |||||
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -1/+1 |
| | |||||
* | util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes | Florian Zeitz | 2013-04-27 | 1 | -59/+5 |
| | |||||
* | Monster whitespace commit (beware the whitespace monster). | Waqas Hussain | 2010-10-16 | 1 | -1/+1 |
| | |||||
* | Merge 0.6->0.7 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
|\ | |||||
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| | | |||||
* | | util.hmac: Optimized. | Waqas Hussain | 2009-12-01 | 1 | -29/+20 |
|/ | |||||
* | Add copyright header to those files missing one | Matthew Wild | 2009-07-10 | 1 | -0/+8 |
| | |||||
* | util.hmac: Convert spaces to tabs | Matthew Wild | 2009-07-10 | 1 | -33/+33 |
| | |||||
* | util.hmac: Some optimisations | Matthew Wild | 2009-07-05 | 1 | -3/+6 |
| | |||||
* | util.hmac: Fix a global set | Matthew Wild | 2009-07-05 | 1 | -1/+1 |
| | |||||
* | Added HMAC utility module | Dwayne Bent | 2009-07-01 | 1 | -0/+67 |
Produces HMAC codes using all the supported hashes (md5, sha1, sha256) |