aboutsummaryrefslogtreecommitdiff
path: root/hex.rs
Commit message (Collapse)AuthorAgeFilesLines
* Switch over to rustpkgErick Tryzelaar2013-12-181-87/+0
|
* Update for latest rustc (0.9-pre ca54ad8)Kevin Ballard2013-12-141-2/+2
|
* Update for latest master (0.9-pre 90d06ec)Kevin Ballard2013-11-281-2/+2
|
* Update syntax for latest Rust master (rust 0.8-pre bbda3fa).Miloš Hadžić2013-08-061-3/+3
|
* Update for 0.7Kevin Ballard2013-07-021-1/+1
|
* Remove unused use warning on latest incoming (eac0200)Kevin Ballard2013-06-151-1/+0
|
* Update for latest incoming (4a52ff0)Kevin Ballard2013-06-121-4/+4
|
* Update to latest incoming (878a9b9)Kevin Ballard2013-06-081-2/+2
|
* Update for latest incoming (3a3bf8b)Kevin Ballard2013-05-291-1/+1
|
* Update for current incomingKevin Ballard2013-05-231-1/+1
|
* Remove unnecessary `unsafe` blocksKevin Ballard2013-05-101-8/+4
|
* Update for Rust 0.6Kevin Ballard2013-04-201-12/+13
| | | | | Also disable AES_128_CTR and AES_256_CTR because they cause link failures on OS X.
* Add support for HMAC, RC4, AES-128, hex encoding, etclloyd2013-03-111-0/+91