aboutsummaryrefslogtreecommitdiff
path: root/toys/sha1.c
AgeCommit message (Expand)Author
2007-11-29Change command main() functions to return void, and exit(toys.exitval) fromRob Landley
2007-11-24Re-roll loop, making code smaller. Also localize all the crypto informationRob Landley
2007-11-24Untangle algorithm: use uint64_t for count, move union into struct, use structRob Landley
2007-11-24More cleanup: consistent indents, uint32_t, rename functions and structs,Rob Landley
2007-11-24Whitespace change: 4 spaces become one tab.Rob Landley
2007-11-24Minimal changes to make it actually work on an x86-64 host.Rob Landley
2007-11-24Start with public domain SHA-1 in C by Steve Reid <steve@edmweb.com>Rob Landley