Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support byteslike in hmac update (#4705) | Paul Kehrer | 2019-01-17 | 1 | -1/+2 |
* | support bytes-like keys in CMAC and HMAC contexts (#4701) | Paul Kehrer | 2019-01-16 | 1 | -1/+2 |
* | switch to py3 on docs job (#4230) | Paul Kehrer | 2018-05-12 | 1 | -1/+1 |
* | move MACContext to mac.py and eliminate interfaces.py (#3631) | Paul Kehrer | 2017-05-29 | 1 | -2/+2 |
* | Remove provider language from docs (#3072) | Gabriel Orisaka | 2016-07-31 | 1 | -4/+4 |
* | move hash interfaces | Paul Kehrer | 2015-02-13 | 1 | -3/+3 |
* | Anywhere we tell someone to randomly generate something, link the RNG docs. F... | Alex Gaynor | 2014-12-19 | 1 | -3/+3 |
* | Try to make the examples of verifying an HMAC/CMAC clearer -- refs #1259 | Alex Gaynor | 2014-07-12 | 1 | -1/+3 |
* | Get rid of remaining pycon blocks | Alex Stapleton | 2014-07-12 | 1 | -2/+2 |
* | Simplified exception message | Ayrx | 2014-05-17 | 1 | -6/+3 |
* | Fixed TypeError and added documentation | Ayrx | 2014-05-17 | 1 | -0/+6 |
* | Fix some typos in the docs | Alex Stapleton | 2014-05-02 | 1 | -0/+4 |
* | Added CMAC docs | Ayrx | 2014-04-22 | 1 | -0/+100 |