index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libextra
/
crypto
/
sha1.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-17
Crypto: update checked addition functions to use CheckedAdd intrinsic.
Palmer Cox
-2
/
+2
2013-08-12
Forbid pub/priv where it has no effect
Alex Crichton
-4
/
+4
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-2
/
+2
2013-08-02
Sha1: Update Sha1 to use new functionality in cryptoutil.rs
Palmer Cox
-101
/
+37
2013-08-02
Crypto: Add large input tests for all Digests
Palmer Cox
-21
/
+10
2013-08-02
Crypto: Remove DigestUtil and convert to default methods on the Digest trait.
Palmer Cox
-1
/
+1
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-4
/
+4
2013-07-19
extra: add some microbenchmarks
Graydon Hoare
-0
/
+38
2013-07-17
test: Fix tests.
Patrick Walton
-6
/
+7
2013-07-04
Remove standalone comparison functions in vec, make the trait impls better.
Huon Wilson
-3
/
+2
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-2
/
+1
2013-06-24
Create a Digest trait for common methods on digests and convert the SHA-1 imp...
Palmer Cox
-31
/
+22
2013-06-24
Improve the SHA-1 implementation
Palmer Cox
-234
/
+203
2013-06-23
Create a crypto submodule and move the SHA-1 implementation into it.
Palmer Cox
-0
/
+410