aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
Commit message (Collapse)AuthorAgeFilesLines
* Fix the ambiguous integer literal errorEunchong Yu2014-08-271-1/+1
| | | | | | | | | This commit fixes this: > src/crypto/symm.rs:95:25: 95:52 error: cannot determine a type for > this expression: cannot determine the type of this integer; add a > suffix to specify the type explicitly [E0101] > src/crypto/symm.rs:95 let v = if padding { 1 } else { 0 } as c_int;
* Add repr(C) to C structsMichael Gehring2014-08-222-0/+5
|
* Add new HashType RIPEMD160Jeremy Ruten2014-08-042-8/+23
|
* Shift directory structureSteven Fackler2014-08-037-0/+1324
|
* Prepare rustcrypto to merge into rust-opensslSteven Fackler2013-12-288-1226/+0
|
* update to rust 0.9-pre (a5fa1d9)Erick Tryzelaar2013-12-278-366/+279
|
* Switch over to rustpkgErick Tryzelaar2013-12-188-0/+1313