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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libextra
/
crypto
Age
Commit message (
Expand
)
Author
Lines
2013-10-27
Remove MD5 and Sha2. Move Sha1 and support code into librustpkg.
Palmer Cox
-2201
/
+0
2013-10-23
std::rand: add distributions::Range for generating [lo, hi).
Huon Wilson
-1
/
+1
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-7
/
+7
2013-10-15
Require module documentation with missing_doc
Alex Crichton
-0
/
+6
2013-10-07
Fix existing privacy/visibility violations
Alex Crichton
-1
/
+1
2013-09-30
extra: Remove usage of fmt!
Alex Crichton
-7
/
+7
2013-09-26
auto merge of #9503 : dcrewi/rust/fix-digest-visibility, r=alexcrichton
bors
-7
/
+13
2013-09-25
Fix visibility of digest implementations
David Creswick
-7
/
+13
2013-09-25
auto merge of #9345 : Dretch/rust/digest-result-bytes, r=cmr
bors
-14
/
+16
2013-09-23
std: merge rand::{Rng,RngUtil} with default methods.
Huon Wilson
-3
/
+2
2013-09-20
Add a new Digest.result_bytes convenience function.
Gareth Smith
-14
/
+16
2013-09-15
Use std::iter::range_step
blake2-ppc
-26
/
+18
2013-09-06
move and duplicate macro defns in sha2 to make them hygienic
John Clements
-22
/
+40
2013-08-27
librustc: Fix merge fallout.
Patrick Walton
-1
/
+2
2013-08-20
rm obsolete integer to_str{,_radix} free functions
Daniel Micay
-2
/
+1
2013-08-18
auto merge of #8551 : huonw/rust/speling, r=alexcrichton
bors
-4
/
+4
2013-08-18
More spelling corrections.
Huon Wilson
-4
/
+4
2013-08-17
Crypto: Add tests for add_bytes_to_bits functions.
Palmer Cox
-0
/
+47
2013-08-17
Crypto: update checked addition functions to use CheckedAdd intrinsic.
Palmer Cox
-42
/
+65
2013-08-17
MD5: Create an implementation of MD5.
Palmer Cox
-0
/
+329
2013-08-17
Crypto: Add little-endian versions of existing functions: read_u32v_le and wr...
Palmer Cox
-0
/
+28
2013-08-12
Forbid pub/priv where it has no effect
Alex Crichton
-4
/
+4
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-5
/
+5
2013-08-03
replace all remaining `for` with `foreach` or `do`
Daniel Micay
-8
/
+12
2013-08-02
Sha1: Update Sha1 to use new functionality in cryptoutil.rs
Palmer Cox
-101
/
+37
2013-08-02
Crypto: Add overflow checking addition functions.
Palmer Cox
-55
/
+71
2013-08-02
Crypto: Add large input tests for all Digests
Palmer Cox
-21
/
+63
2013-08-02
Crypto: Remove DigestUtil and convert to default methods on the Digest trait.
Palmer Cox
-28
/
+22
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
/
+549
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
-7
/
+7
2013-08-01
make `in` and `foreach` get treated as keywords
Daniel Micay
-53
/
+53
2013-07-19
extra: add some microbenchmarks
Graydon Hoare
-0
/
+110
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
-7
/
+4
2013-06-28
librustc: Fix merge fallout and test cases.
Patrick Walton
-2
/
+2
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
2013-06-24
Create a Digest trait for common methods on digests and convert the SHA-1 imp...
Palmer Cox
-31
/
+110
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