Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use scoped objects to simplify crypto routines. Also do lots of other simpli... | pkasting@chromium.org | 2010-10-21 | 1 | -37/+22 |
* | Implement HMAC-SHA-256. | wtc@chromium.org | 2010-04-02 | 1 | -4/+85 |
* | Separate the key setting code in the constructor of HMAC class into the Init | wtc@chromium.org | 2009-05-05 | 1 | -8/+33 |
* | Fix some issues found looking at the code. | maruel@google.com | 2008-09-30 | 1 | -2/+0 |
* | Remove the ifdef platform jungle from hmac.h, abstracting the platform specif... | deanm@google.com | 2008-09-08 | 1 | -45/+43 |
* | HMAC-SHA1 implementation for Mac based on CommonCrypto; | mmentovai@google.com | 2008-09-04 | 1 | -0/+110 |