| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -2/+1 | |
| 2013-06-24 | Create a Digest trait for common methods on digests and convert the SHA-1 ↵ | Palmer Cox | -31/+22 | |
| 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 | |
