Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix indentation error and wrapping in docs | Paul Kehrer | 2013-10-28 | 1 | -3/+4 |
* | fix hmac docs to point to new hazmat location | Paul Kehrer | 2013-10-28 | 1 | -2/+2 |
* | change type of exception raised, fix docs typo | Paul Kehrer | 2013-10-28 | 1 | -1/+1 |
* | make hmac (mostly) compatible with stdlib hmac | Paul Kehrer | 2013-10-28 | 1 | -5/+5 |
* | clean up loader and make docs default to hmac sha256 | Paul Kehrer | 2013-10-28 | 1 | -1/+1 |
* | HMAC support | Paul Kehrer | 2013-10-28 | 2 | -0/+51 |
* | example of how to use hashes | Alex Gaynor | 2013-10-28 | 1 | -3/+12 |
* | Move the danger to the very top of the file | Donald Stufft | 2013-10-28 | 3 | -9/+9 |
* | Warn about dragons and dinosaurs with laser guns | Donald Stufft | 2013-10-28 | 3 | -0/+21 |
* | Move primtives into a hazmat package | Donald Stufft | 2013-10-28 | 3 | -0/+287 |