summary refs log tree commit diff
path: root/src/libextra/crypto/sha1.rs
AgeCommit message (Expand)AuthorLines
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-2/+1
2013-06-24Create a Digest trait for common methods on digests and convert the SHA-1 imp...Palmer Cox-31/+22
2013-06-24Improve the SHA-1 implementationPalmer Cox-234/+203
2013-06-23Create a crypto submodule and move the SHA-1 implementation into it.Palmer Cox-0/+410