summary refs log tree commit diff
path: root/src/libextra/crypto/digest.rs
AgeCommit message (Expand)AuthorLines
2013-09-20Add a new Digest.result_bytes convenience function.Gareth Smith-13/+12
2013-08-20rm obsolete integer to_str{,_radix} free functionsDaniel Micay-2/+1
2013-08-18More spelling corrections.Huon Wilson-3/+3
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-02Crypto: Remove DigestUtil and convert to default methods on the Digest trait.Palmer Cox-26/+20
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-08-01make `in` and `foreach` get treated as keywordsDaniel Micay-3/+3
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-3/+2
2013-06-28librustc: Fix merge fallout and test cases.Patrick Walton-2/+2
2013-06-24Create a Digest trait for common methods on digests and convert the SHA-1 imp...Palmer Cox-0/+88