index
:
delta/busybox.git
0_60_stable
1_00_stable
1_00_stable_10817
1_10_stable
1_11_stable
1_12_stable
1_13_stable
1_14_stable
1_15_stable
1_16_stable
1_17_stable
1_18_stable
1_19_stable
1_1_stable
1_20_stable
1_21_stable
1_22_stable
1_23_stable
1_24_stable
1_25_stable
1_26_stable
1_27_stable
1_28_stable
1_29_stable
1_30_stable
1_31_stable
1_32_stable
1_33_stable
1_34_stable
1_35_stable
1_36_stable
1_3_stable
1_4_stable
1_5_stable
1_6_stable
1_7_stable
1_8_stable
1_9_stable
baserock/1.22.1-openwrt
baserock/1.23.2-openwrt
baserock/build-essential
baserock/danielfirth/RT144
baserock/danielsilverstone/vagrant-support
baserock/jjardon/build-essential
baserock/liw/S8704-always-ntpd
baserock/morph
baserock/pedroalvarez/build-essential
baserock/pedroalvarez/enable-patch
baserock/radiofree/busyboxfix
baserock/radiofree/ntpdscript
baserock/richardmaw/S5892/boot-sequencing
baserock/richardmaw/S8564/ro-staging-area
baserock/richardmaw/S9245/init
baserock/richardmaw/add-read-dash-d
baserock/robkendrick/mips64
baserock/tiagogomes/bbgawk
master
git.busybox.net: busybox.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
sha1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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