about summary refs log tree commit diff
path: root/src/libextra/crypto
AgeCommit message (Expand)AuthorLines
2013-06-27Convert vec::[mut_]slice to methods, remove vec::const_slice.Huon Wilson-40/+39
2013-06-24Implement the fixed output size versions of the SHA-2 digest functions.Palmer Cox-0/+1125
2013-06-24Create a Digest trait for common methods on digests and convert the SHA-1 imp...Palmer Cox-31/+110
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