| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Drop rustc-serialize dependency | Steven Fackler | 2016-11-09 | 1 | -16/+14 |
| | | |||||
| * | Better docs for AEAD tag | Steven Fackler | 2016-11-09 | 1 | -0/+10 |
| | | |||||
| * | Add convenience functions for AEAD encryption/decryption | Steven Fackler | 2016-11-08 | 1 | -14/+57 |
| | | |||||
| * | Actually support AES GCM | Steven Fackler | 2016-11-08 | 1 | -3/+95 |
| | | | | | | | This is an AEAD cipher, so we need some extra functionality. As another bonus, we no longer panic if provided an IV with a different length than the cipher's default. | ||||
| * | Rustfmt | Steven Fackler | 2016-10-30 | 1 | -73/+36 |
| | | |||||
| * | Support AES GCM | Steven Fackler | 2016-10-25 | 1 | -0/+16 |
| | | | | | Closes #326 | ||||
| * | Flatten crypto module | Steven Fackler | 2016-10-22 | 1 | -0/+558 |