| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 ↵ | Palmer Cox | -31/+110 | |
| implementation to use it. The DigestUtil trait was created for helper methods since default methods still have issues. | ||||
| 2013-06-24 | Improve the SHA-1 implementation | Palmer Cox | -234/+203 | |
| * Rename struct Sha1State to Sha1 * Remove all use of @ types * Use fixed length vectors * Move all of the inner functions from inside sha1() to top level, private functions * Sha1 instances are now created via Sha1::new() * Update all constant names to uppercase * Remove unecessary assert_eq!s * Remove check_vec_eq() helper function; use vec::eq() instead | ||||
| 2013-06-23 | Create a crypto submodule and move the SHA-1 implementation into it. | Palmer Cox | -0/+410 | |
