index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
sha1.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
big endian warning fixes
Denys Vlasenko
2009-11-07
1
-10
/
+12
*
libbb/sha: #undef macro names before #defining them.
Denys Vlasenko
2009-07-05
1
-0
/
+13
*
randomtest fixes
Denis Vlasenko
2009-03-28
1
-6
/
+5
*
sha: merge K[] for sha256 and 512
Denis Vlasenko
2009-03-15
1
-125
/
+96
*
sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256
Denis Vlasenko
2009-03-15
1
-4
/
+4
*
sha: merge sha1/sha256 handling (they are similar enough for this),
Denis Vlasenko
2009-03-15
1
-202
/
+88
*
sha: reduce sha256/512 context size. Make sha1/sha256 code more similar
Denis Vlasenko
2009-03-12
1
-69
/
+76
*
sha: tiny shrink
Denis Vlasenko
2009-03-12
1
-8
/
+5
*
add comment about sha testing
Denis Vlasenko
2009-03-12
1
-1
/
+7
*
shrink sha hashing a bit more (remove wbuflen field from ctx),
Denis Vlasenko
2009-03-12
1
-122
/
+102
*
shrink sha hashing
Denis Vlasenko
2009-03-12
1
-48
/
+33
*
sha256/512: code shrink. Run-tested.
Denis Vlasenko
2009-03-11
1
-284
/
+253
*
libbb: disable a second md5 implementation which managed to creep in :)
Denis Vlasenko
2008-11-11
1
-9
/
+3
*
sha256,sha512: new applets. +4.9kb
Denis Vlasenko
2008-11-10
1
-28
/
+538
*
Typo fixes
Denis Vlasenko
2008-11-10
1
-1
/
+1
*
libbb: constify some data in sha1. gcc is clever enough to do it itself,
Denis Vlasenko
2008-11-10
1
-22
/
+13
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-3
/
+3
*
delete tons of extra #includes
Denis Vlasenko
2007-05-31
1
-8
/
+0
*
style fixes
Denis Vlasenko
2006-12-26
1
-1
/
+1
*
Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.c
Denis Vlasenko
2006-09-28
1
-17
/
+16
*
whitespace cleanup
Denis Vlasenko
2006-09-17
1
-2
/
+2
*
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
"Robert P. J. Day"
2006-07-10
1
-23
/
+1
*
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-07-02
1
-0
/
+1
*
Migrate endianness macros.
Rob Landley
2006-05-05
1
-1
/
+1
*
- move buffer allocation schemes to libbb.h
Bernhard Reutner-Fischer
2006-04-03
1
-1
/
+1
*
just whitespace fixes
Mike Frysinger
2006-03-28
1
-7
/
+7
*
Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked
Rob Landley
2006-02-21
1
-0
/
+200