aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash
Commit message (Collapse)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head ↵lloyd2009-12-1625-44/+42
|\ | | | | | | | | | | 744dccf92270cf16b80b50ee2759424c9866b256) to branch 'net.randombit.botan.c++0x' (head 2aa1acac1d05e8ea9991fe39015b1db9abc3b24e)
| * Make many more headers internal-only.lloyd2009-12-1620-32/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes for the amalgamation generator for internal headers. Remove BOTAN_DLL exporting macros from all internal-only headers; the classes/functions there don't need to be exported, and avoiding the PIC/GOT indirection can be a big win. Add missing BOTAN_DLLs where necessary, mostly gfpmath and cvc For GCC, use -fvisibility=hidden and set BOTAN_DLL to the visibility __attribute__ to export those classes/functions.
| * Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-167-12/+10
| |
* | propagate from branch 'net.randombit.botan' (head ↵lloyd2009-11-291-2/+0
|\| | | | | | | | | | | ac4d8fecb28374d06094da3457aa1e23f77dfa52) to branch 'net.randombit.botan.c++0x' (head 00f0eecf3374a14b6ab907bd235488f902608de4)
| * Remove extern decl of no longer used/included SHA-1 SSE2 functionlloyd2009-11-231-2/+0
| |
* | Remove to_string, replacing with std::to_stringlloyd2009-11-182-4/+4
| | | | | | | | | | Convert to_u32bit to use the new C++0x library func stoul instead of hand-written code.
* | propagate from branch 'net.randombit.botan' (head ↵lloyd2009-11-164-4/+4
|\| | | | | | | | | | | 8cecdc1c3dd5853823fabcb816400dd467b3c04a) to branch 'net.randombit.botan.c++0x' (head 39a585195a07f18628f6216a276402ed92567cc3)
| * Instead of having two asm_macr.h files being switched in based on modulelloyd2009-11-144-4/+4
| | | | | | | | build magic, name them asm_macr_ARCH.h. Change all including files accordingly.
* | propagate from branch 'net.randombit.botan' (head ↵lloyd2009-11-137-22/+11
|\| | | | | | | | | | | ac888e57b614c623590d79ab615353ad7c76ef68) to branch 'net.randombit.botan.c++0x' (head 9bf78ed7e2521a328f6db7acbc1cd81b07718230)
| * Slightly cleaner SHA-256 F1 func; ~1% fasterlloyd2009-11-101-3/+3
| |
| * Cleanups - remove emails from source files, they should only live inlloyd2009-11-105-6/+6
| | | | | | | | credits.txt and thanks.txt. Remove some various bits of formatting weirdness.
| * Add a new need_isa marker for info.txt that lets a module dependlloyd2009-11-061-13/+2
| | | | | | | | | | | | | | | | | | | | | | | | on a particular ISA extension rather than a list of CPUs. Much easier to edit and audit, too. Add markers on the AES-NI code and SHA-1/SSE2. Serpent and XTEA don't need it because they are generic and only depend on simd_32 which will silenty swap out a scalar version if SSE2/AltiVec isn't enabled (since it turns out on supersclar processors just doing 4 blocks in parallel can be a win even in GPRs). Add pentium3 to the list of CPUs with rdtsc, was missing. Odd!
* | propagate from branch 'net.randombit.botan' (head ↵lloyd2009-11-056-42/+49
|\| | | | | | | | | | | cead7027e70b68a8b4ae2e5bd8f290066e5ea22a) to branch 'net.randombit.botan.c++0x' (head 9edbd485060131b695170f5243a100e06e3b0c71)
| * propagate from branch 'net.randombit.botan.1_8' (head ↵lloyd2009-11-0359-688/+718
| |\ | | | | | | | | | | | | | | | 6e8c18515725a70923b34118951252723dd4c29a) to branch 'net.randombit.botan' (head 77ba4ea5a4be36d6d029bcc852b2271edff0d679)
| | * Conver the rest of the hash functions to use the array-based load instructions.lloyd2009-11-035-40/+41
| | | | | | | | | | | | | | | | | | | | | I'm not totally happy with this - in particular in all cases the size is a compile time constant - it would be nice to make use of this via tempalate metaprogramming. Also for matching endian loads, a straight memcpy would do the work, which would probably be even faster.
| * | Use negative values for adding constants >= 2^31 in the SHA-1 x86-64 asm.lloyd2009-11-031-2/+8
| | | | | | | | | | | | | | | Seems binutils 2.20.51.0.2 breaks otherwise, and binutils maintainers claim it's not a bug. Meh.
* | | propagate from branch 'net.randombit.botan' (head ↵lloyd2009-11-021-18/+23
|\ \ \ | |_|/ |/| | | | | | | | | | | 2773c2310e8c0a51975987a2dd6c5824c8d43882) to branch 'net.randombit.botan.c++0x' (head f13cf5d7e89706c882604299b508f356c20aae3a)
| * | propagate from branch 'net.randombit.botan' (head ↵lloyd2009-10-131-18/+23
| |\ \ | | | | | | | | | | | | | | | | | | | | 139d6957d20f0b1202e0eacc63cb011588faffde) to branch 'net.randombit.botan.c++0x' (head c16676fa6c393bc3f46a044755ce525a013380a6)
| | * \ propagate from branch 'net.randombit.botan' (head ↵lloyd2009-09-301-18/+23
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 8a5eb02c2e451fc983f234f7ba2f023f5a7d294f) to branch 'net.randombit.botan.c++0x' (head e18cd411269e15638df3298d6a4165446e7ca529)
| | | * \ propagate from branch 'net.randombit.botan' (head ↵lloyd2009-09-161-18/+23
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 32f457161b1ad1afb7a3d0ccebc98ada83fb23d9) to branch 'net.randombit.botan.c++0x' (head 6e3c13869f27636152cf11c65a7d8197a93641d9)
| | | | * \ propagate from branch 'net.randombit.botan' (head ↵lloyd2009-09-081-18/+23
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5cadcc57872bef55226579df57349fe09a93d1f5) to branch 'net.randombit.botan.c++0x' (head d1747f0394aa4442e5b32b9102b830e1a86f0e5a)
| | | | | * \ propagate from branch 'net.randombit.botan' (head ↵lloyd2009-07-218-37/+38
| | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 95eb8083f5884531e5ca0667388f8a6fb6d05c41) to branch 'net.randombit.botan.c++0x' (head 56e105e678540c8bcafa4d0198c19a9489fbf8d1)
| | | | | * \ \ propagate from branch 'net.randombit.botan' (head ↵lloyd2009-07-151-18/+23
| | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5438defd358f82e876917a8bd6d735305ecb0a8e) to branch 'net.randombit.botan.c++0x' (head cbdb2fd418557add29a536f7bdb6e78db16f725c)
| | | | | | * \ \ propagate from branch 'net.randombit.botan' (head ↵lloyd2009-07-032-3/+9
| | | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d6d32791adfa878b6fc0dd3a5b65a665b7bbb549) to branch 'net.randombit.botan.c++0x' (head 54deb0e078aab8cd91c8fd8819d1e6668fc762da)
| | | | | | * \ \ \ propagate from branch 'net.randombit.botan' (head ↵lloyd2009-06-041-18/+23
| | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6a746ccf1e957dba703e65372050a7bd4d6b117d) to branch 'net.randombit.botan.c++0x' (head f54bb7b391eb3b71f380a68ddd460debdc31545d)
| | | | | | | * | | | A few experiments with auto keyword type inference. Looks like things willlloyd2009-04-011-18/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be much cleaner, though I am looking forward to the new for syntax which will simplify a lot of these uses further.
* | | | | | | | | | | Add a new looping load_be / load_le for loading large arrays at once, andlloyd2009-10-2910-49/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change some of the hash functions to use it as low hanging fruit. Probably could use further optimization (just unrolls x4 currently), but merely having it as syntax is good as it allows optimizing many functions at once (eg using SSE2 to do 4-way byteswaps).
* | | | | | | | | | | propagate from branch 'net.randombit.botan' (head ↵lloyd2009-10-294-342/+318
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4fd7eb9630271d3c1dfed21987ef864680d4ce7b) to branch 'net.randombit.botan.general-simd' (head 91df868149cdc4754d340e6103028acc82182609)
| * | | | | | | | | | | Clean up prep00_15 - same speed on Core2lloyd2009-10-291-16/+10
| | | | | | | | | | | |
| * | | | | | | | | | | Clean up the SSE2 SHA-1 code quite a bit, make better use of C++ featureslloyd2009-10-292-308/+267
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and also make it stylistically much closer to the standard SHA-1 code.
| * | | | | | | | | | | Format for easier readinglloyd2009-10-291-31/+43
| | | | | | | | | | | |
| * | | | | | | | | | | Small cleanups (remove tab characters, change macros to fit the rest oflloyd2009-10-291-123/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the code stylistically, etc)
| * | | | | | | | | | | propagate from branch 'net.randombit.botan' (head ↵lloyd2009-10-291-1/+14
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8fb69dd1c599ada1008c4cab2a6d502cbcc468e0) to branch 'net.randombit.botan.general-simd' (head c05c9a6d398659891fb8cca170ed514ea7e6476d)
| | * | | | | | | | | | | Rename SSE2 stuff to be generally SIMD since it supports at least SSE2lloyd2009-10-291-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and Altivec (though Altivec is seemingly slower ATM...)
* | | | | | | | | | | | | Unroll SHA-1's expansion loop from x4 to x8; ~7% faster on Core2lloyd2009-10-291-1/+5
| | | | | | | | | | | | |
* | | | | | | | | | | | | Unroll the expansion loop in both SHA-2 implementations by 8. On a Core2,lloyd2009-10-292-13/+29
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SHA-256 gets ~7% faster, SHA-512 ~10%.
* / / / / / / / / / / / Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-2922-44/+0
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pretty much useless and unused, except for listing the module names in build.h and the short versions totally suffice for that.
* | | | | | | | | | | Indent fixlloyd2009-10-261-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Remove all exception specifications. The way these are designed in C++ islloyd2009-10-2235-43/+43
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | just too fragile and not that useful. Something like Java's checked exceptions might be nice, but simply killing the process entirely if an unexpected exception is thrown is not exactly useful for something trying to be robust.
* | | | | | | | | | Remove includes of stdio.hlloyd2009-10-071-2/+0
| | | | | | | | | |
* | | | | | | | | | Add 'Distributed under...' text to files missing it. Some format cleanupslloyd2009-10-073-20/+13
|/ / / / / / / / /
* | | | | | | | | Remove add blocks from hash function info.txt fileslloyd2009-09-2921-146/+0
| | | | | | | | |
* | | | | | | | | Update the implementation of Blue Midnight Wish to use the Round 2 tweakedlloyd2009-09-212-90/+122
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | version.
* | | | | | | | In BMW-512, don't use the stack, instead use class SecureBuffers to reducelloyd2009-09-152-70/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | info leakage.
* | | | | | | | Add an implementation of Blue Midnight Wish (512 bit version only)lloyd2009-09-153-0/+219
| | | | | | | |
* | | | | | | | propagate from branch 'net.randombit.botan.1_8' (head ↵lloyd2009-09-152-74/+46
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ef51dd2869ed38dae3aeb1c3b931ca9d595580e1) to branch 'net.randombit.botan' (head fc1942640045423f411fd865cbd584090b28d7eb)
| * | | | | | | Make some changes to the SSE2 implementation of SHA-1 for compatability withlloyd2009-09-131-62/+46
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Visual C++.
| * | | | | | Instead of each SSE2 implementation specifying which compilers + CPUs itlloyd2009-08-271-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | works on, have sse2_eng rely on a specific compiler/arch; each sse2 impl depends on the engine anyway, so they will only be loaded if OK.
* | | | | | | Change Skein-512 to match the tweaked 1.2 specification. Round constantslloyd2009-09-151-8/+8
|/ / / / / / | | | | | | | | | | | | | | | | | | in the Threefish cipher have changed to increase diffusion.
* | | | | | Add 'Distributed under the terms of the Botan license' notices to the .Slloyd2009-08-114-16/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files. Were missed by the automated script that added them to the cpp/h files, it appears.