aboutsummaryrefslogtreecommitdiff
path: root/src/lib/SHA1.rs
Commit message (Collapse)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-299/+0
| | | | This should be a snapshot transition.
* Reuse a single work buffer every time the SHA1 message block is processed.Brian Anderson2011-05-111-3/+7
| | | | | | This finally allows the full lib-sha1 test to run in a reasonable amount of time. Was 30s, now 3s. Trims a second or two from stage2/rustc. XFAIL lib-sha1 in stage0 since it will be very slow until the next snapshot.
* Remove unnecessary array access from SHA1Brian Anderson2011-05-111-14/+15
| | | | Provides a very small speedup.
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-0/+294
(Have fun mergining your stuff with this.)