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
/
cryptoutil.rs
Age
Commit message (
Expand
)
Author
Lines
2013-10-27
Remove MD5 and Sha2. Move Sha1 and support code into librustpkg.
Palmer Cox
-428
/
+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-07
Fix existing privacy/visibility violations
Alex Crichton
-1
/
+1
2013-09-30
extra: Remove usage of fmt!
Alex Crichton
-7
/
+7
2013-09-25
auto merge of #9345 : Dretch/rust/digest-result-bytes, r=cmr
bors
-1
/
+4
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
-1
/
+4
2013-08-27
librustc: Fix merge fallout.
Patrick Walton
-1
/
+2
2013-08-18
auto merge of #8551 : huonw/rust/speling, r=alexcrichton
bors
-1
/
+1
2013-08-18
More spelling corrections.
Huon Wilson
-1
/
+1
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
-36
/
+59
2013-08-17
Crypto: Add little-endian versions of existing functions: read_u32v_le and wr...
Palmer Cox
-0
/
+28
2013-08-02
Crypto: Add overflow checking addition functions.
Palmer Cox
-0
/
+51
2013-08-02
Crypto: Add large input tests for all Digests
Palmer Cox
-0
/
+33
2013-08-02
Sha2: Create cryptoutil.rs and re-write the Sha2 module to make use of it.
Palmer Cox
-0
/
+243