summary refs log tree commit diff
path: root/src/libextra/crypto/sha1.rs
AgeCommit message (Expand)AuthorLines
2013-08-17Crypto: update checked addition functions to use CheckedAdd intrinsic.Palmer Cox-2/+2
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-4/+4
2013-08-03remove obsolete `foreach` keywordDaniel Micay-2/+2
2013-08-02Sha1: Update Sha1 to use new functionality in cryptoutil.rsPalmer Cox-101/+37
2013-08-02Crypto: Add large input tests for all DigestsPalmer Cox-21/+10
2013-08-02Crypto: Remove DigestUtil and convert to default methods on the Digest trait.Palmer Cox-1/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-4/+4
2013-07-19extra: add some microbenchmarksGraydon Hoare-0/+38
2013-07-17test: Fix tests.Patrick Walton-6/+7
2013-07-04Remove standalone comparison functions in vec, make the trait impls better.Huon Wilson-3/+2
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-2/+1
2013-06-24Create a Digest trait for common methods on digests and convert the SHA-1 imp...Palmer Cox-31/+22
2013-06-24Improve the SHA-1 implementationPalmer Cox-234/+203
2013-06-23Create a crypto submodule and move the SHA-1 implementation into it.Palmer Cox-0/+410