aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/aes.rs
Commit message (Collapse)AuthorAgeFilesLines
* Clean up IGE exampleSteven Fackler2018-07-041-22/+11
| | | | Closes #955
* Bump hex to 0.3Bastien Orivel2018-01-011-2/+2
| | | | | The `to_hex` method has been removed and `hex::encode` should be used instead.
* Moved details about function and reworded block requirementsAndy Gauge2017-09-281-4/+4
|
* Preface with links to conventional AESAndy Gauge2017-09-271-3/+10
|
* AES (IGE) encryption documentationAndy Gauge2017-09-261-0/+10
|
* AES Module level docs and exampleAndy Gauge2017-09-261-7/+20
|
* WIP: document AESAndy Gauge2017-09-251-1/+30
|
* RustfmtSteven Fackler2017-07-151-12/+18
|
* Support AES IGESteven Fackler2017-01-211-0/+115
This is a special snowflake used only by Telegram apparently. Closes #523