index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
sha1.c
Age
Commit message (
Expand
)
Author
2009-07-05
libbb/sha: #undef macro names before #defining them.
Denys Vlasenko
2009-03-28
randomtest fixes
Denis Vlasenko
2009-03-15
sha: merge K[] for sha256 and 512
Denis Vlasenko
2009-03-15
sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256
Denis Vlasenko
2009-03-15
sha: merge sha1/sha256 handling (they are similar enough for this),
Denis Vlasenko
2009-03-12
sha: reduce sha256/512 context size. Make sha1/sha256 code more similar
Denis Vlasenko
2009-03-12
sha: tiny shrink
Denis Vlasenko
2009-03-12
add comment about sha testing
Denis Vlasenko
2009-03-12
shrink sha hashing a bit more (remove wbuflen field from ctx),
Denis Vlasenko
2009-03-12
shrink sha hashing
Denis Vlasenko
2009-03-11
sha256/512: code shrink. Run-tested.
Denis Vlasenko
2008-11-11
libbb: disable a second md5 implementation which managed to creep in :)
Denis Vlasenko
2008-11-10
sha256,sha512: new applets. +4.9kb
Denis Vlasenko
2008-11-10
Typo fixes
Denis Vlasenko
2008-11-10
libbb: constify some data in sha1. gcc is clever enough to do it itself,
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2007-05-31
delete tons of extra #includes
Denis Vlasenko
2006-12-26
style fixes
Denis Vlasenko
2006-09-28
Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c
Denis Vlasenko
2006-09-17
whitespace cleanup
Denis Vlasenko
2006-07-10
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
"Robert P. J. Day"
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-05-05
Migrate endianness macros.
Rob Landley
2006-04-03
- move buffer allocation schemes to libbb.h
Bernhard Reutner-Fischer
2006-03-28
just whitespace fixes
Mike Frysinger
2006-02-21
Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked
Rob Landley