about summary refs log tree commit diff
path: root/src/lib/sha1.rs
AgeCommit message (Collapse)AuthorLines
2011-03-26Add a result_str method to std.sha1.sha1.Graydon Hoare-0/+12
2011-03-18Add "mutable?" to _vec in the standard library; fix callersPatrick Walton-3/+3
2011-03-16Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. ↵Graydon Hoare-4/+5
Tweak std lib vec fns in process.
2011-03-09Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for ↵Graydon Hoare-3/+0
root within std.rc anyway)
2011-02-22Rustify some comments lifted directly from the sha-1 reference implementationBrian Anderson-2/+2
2011-02-21Implement sha-1 in standard library. Closes #228Brian Anderson-0/+284