aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/hash.rs
Commit message (Expand)AuthorAgeFilesLines
* Hasher: static contract checking, context reuseGleb Kozyrev2014-11-261-22/+63
* Fixed compilation errors related to namedspaced enumsJames Hurst2014-11-171-12/+12
* Move AES XTS support to a featureSteven Fackler2014-11-161-1/+1
* Hasher::write(): add basic testCody P Schafer2014-11-071-0/+13
* crypto/hash: impl Writer for Hasher to allow use of Reader-Writer convenience...Cody P Schafer2014-11-071-0/+8
* Correct init mutexes and locking functionValerii Hiora2014-10-141-0/+2
* "final" is now a reserved word, so change occurrences to "finalize".Samuel Fredrickson2014-10-091-2/+2
* single `ffi` moduleValerii Hiora2014-09-301-54/+17
* Update for rust rfc 52 changesMichael Gehring2014-09-171-1/+1
* Fix lints for non snake-case functionsAndrew Dunham2014-09-041-0/+1
* Add repr(C) to C structsMichael Gehring2014-08-221-0/+3
* Add new HashType RIPEMD160Jeremy Ruten2014-08-041-1/+15
* Shift directory structureSteven Fackler2014-08-031-0/+187
* Prepare rustcrypto to merge into rust-opensslSteven Fackler2013-12-281-177/+0
* update to rust 0.9-pre (a5fa1d9)Erick Tryzelaar2013-12-271-47/+37
* Switch over to rustpkgErick Tryzelaar2013-12-181-0/+187