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
/
sha2.rs
Age
Commit message (
Expand
)
Author
Lines
2013-09-15
Use std::iter::range_step
blake2-ppc
-13
/
+9
2013-09-06
move and duplicate macro defns in sha2 to make them hygienic
John Clements
-22
/
+40
2013-08-17
Crypto: update checked addition functions to use CheckedAdd intrinsic.
Palmer Cox
-4
/
+4
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-2
/
+2
2013-08-03
replace all remaining `for` with `foreach` or `do`
Daniel Micay
-8
/
+12
2013-08-02
Crypto: Add overflow checking addition functions.
Palmer Cox
-55
/
+20
2013-08-02
Crypto: Add large input tests for all Digests
Palmer Cox
-0
/
+20
2013-08-02
Crypto: Remove DigestUtil and convert to default methods on the Digest trait.
Palmer Cox
-1
/
+1
2013-08-02
Sha2: Re-write the Sha2 compression functions to improve performance.
Palmer Cox
-102
/
+91
2013-08-02
Sha2: Create cryptoutil.rs and re-write the Sha2 module to make use of it.
Palmer Cox
-451
/
+306
2013-08-02
Sha2: Remove the result_X() methods; move logic into the Digest impls.
Palmer Cox
-73
/
+50
2013-08-02
Sha2: Rearrage traits / impls / structs.
Palmer Cox
-248
/
+257
2013-08-02
Sha2: Remove unecessary integer type specifications.
Palmer Cox
-36
/
+36
2013-08-02
replace `range` with an external iterator
Daniel Micay
-9
/
+6
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-2
/
+2
2013-08-01
make `in` and `foreach` get treated as keywords
Daniel Micay
-50
/
+50
2013-07-19
extra: add some microbenchmarks
Graydon Hoare
-0
/
+72
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-2
/
+1
2013-06-27
Convert vec::[mut_]slice to methods, remove vec::const_slice.
Huon Wilson
-40
/
+39
2013-06-24
Implement the fixed output size versions of the SHA-2 digest functions.
Palmer Cox
-0
/
+1125