summary refs log tree commit diff
path: root/src/libextra/crypto/cryptoutil.rs
AgeCommit message (Expand)AuthorLines
2013-09-25auto merge of #9345 : Dretch/rust/digest-result-bytes, r=cmrbors-1/+4
2013-09-23std: merge rand::{Rng,RngUtil} with default methods.Huon Wilson-3/+2
2013-09-20Add a new Digest.result_bytes convenience function.Gareth Smith-1/+4
2013-08-27librustc: Fix merge fallout.Patrick Walton-1/+2
2013-08-18auto merge of #8551 : huonw/rust/speling, r=alexcrichtonbors-1/+1
2013-08-18More spelling corrections.Huon Wilson-1/+1
2013-08-17Crypto: Add tests for add_bytes_to_bits functions.Palmer Cox-0/+47
2013-08-17Crypto: update checked addition functions to use CheckedAdd intrinsic.Palmer Cox-36/+59
2013-08-17Crypto: Add little-endian versions of existing functions: read_u32v_le and wr...Palmer Cox-0/+28
2013-08-02Crypto: Add overflow checking addition functions.Palmer Cox-0/+51
2013-08-02Crypto: Add large input tests for all DigestsPalmer Cox-0/+33
2013-08-02Sha2: Create cryptoutil.rs and re-write the Sha2 module to make use of it.Palmer Cox-0/+243