Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_toybox
/
3f998bb657bc5267af05a9402ba7dafe4745ee54
/
toys
/
sha1sum.c
55928b1
Move NEWTOY() list from end of toylist.h to generated/newtoys.h.
by Rob Landley
· 18 years ago
2896480
Zap toys/Config.in and instead create generated/Config.in from contents of
by Rob Landley
· 18 years ago
64d2e82
Minor cleanups to sha1sum.
by Rob Landley
· 18 years ago
ce6750a
Add sha1sum. (No -c mode yet.) Slight tweaks to loopfiles() too.
by Rob Landley
· 18 years ago
[Renamed (71%) from toys/sha1.c]
efda21c
Change command main() functions to return void, and exit(toys.exitval) from
by Rob Landley
· 18 years ago
57389ec
Re-roll loop, making code smaller. Also localize all the crypto information
by Rob Landley
· 18 years ago
f198082
Untangle algorithm: use uint64_t for count, move union into struct, use struct
by Rob Landley
· 18 years ago
0a22c5c
More cleanup: consistent indents, uint32_t, rename functions and structs,
by Rob Landley
· 18 years ago
b911de3
Whitespace change: 4 spaces become one tab.
by Rob Landley
· 18 years ago
9fe9901
Minimal changes to make it actually work on an x86-64 host.
by Rob Landley
· 18 years ago
509dd14
Start with public domain SHA-1 in C by Steve Reid <steve@edmweb.com>
by Rob Landley
· 18 years ago