aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...lloyd2010-03-093-22/+27
|\
| * propagate from branch 'net.randombit.botan' (head 5bfc3e699003b86615c584f8ae4...lloyd2010-02-143-22/+27
| |\
| | * propagate from branch 'net.randombit.botan' (head e088ea1566600cf598bcdc6840f...lloyd2010-01-221-2/+2
| | |\
| | * \ propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-213-22/+27
| | |\ \
| | | * \ propagate from branch 'net.randombit.botan' (head 367d157c1221a162f5b40984929...lloyd2009-12-241-2/+2
| | | |\ \
| | | * \ \ propagate from branch 'net.randombit.botan' (head 14c1d4dc8696d2705a70ec3d240...lloyd2009-12-213-22/+27
| | | |\ \ \
| | | | * \ \ propagate from branch 'net.randombit.botan' (head 22c82e10d78ad0e2cdaa56cb02f...lloyd2009-12-163-22/+27
| | | | |\ \ \
| | | | | * \ \ propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-1625-44/+42
| | | | | |\ \ \
| | | | | * \ \ \ propagate from branch 'net.randombit.botan' (head ac4d8fecb28374d06094da3457a...lloyd2009-11-291-2/+0
| | | | | |\ \ \ \
| | | | | * | | | | Remove to_string, replacing with std::to_stringlloyd2009-11-182-4/+4
| | | | | * | | | | propagate from branch 'net.randombit.botan' (head 8cecdc1c3dd5853823fabcb8164...lloyd2009-11-164-4/+4
| | | | | |\ \ \ \ \
| | | | | * \ \ \ \ \ propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615...lloyd2009-11-137-22/+11
| | | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head cead7027e70b68a8b4ae2e5bd8f...lloyd2009-11-056-42/+49
| | | | | |\ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-021-18/+23
| | | | | |\ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...lloyd2009-10-131-18/+23
| | | | | | |\ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 8a5eb02c2e451fc983f234f7ba2...lloyd2009-09-301-18/+23
| | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 32f457161b1ad1afb7a3d0ccebc...lloyd2009-09-161-18/+23
| | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573...lloyd2009-09-081-18/+23
| | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388...lloyd2009-07-218-37/+38
| | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 5438defd358f82e876917a8bd6d...lloyd2009-07-151-18/+23
| | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head d6d32791adfa878b6fc0dd3a5b6...lloyd2009-07-032-3/+9
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205...lloyd2009-06-041-18/+23
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * | | | | | | | | | A few experiments with auto keyword type inference. Looks like things willlloyd2009-04-011-18/+23
* | | | | | | | | | | | | | | | | | | | | | Line wraplloyd2010-03-021-6/+12
|/ / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | MD4's M buffer was set to be 48 words instead of 16. This had beenlloyd2010-02-031-1/+1
* | | | | | | | | | | | | | | | | | | | | Move the get_byte template to its own header, because many fileslloyd2010-02-023-3/+0
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | s/j/i/ in looplloyd2010-01-211-2/+2
|/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | / Move Tiger::mix to anon namespace lloyd2010-01-042-14/+17
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Use a u32bit for the length argument to ubi_512. That value cannot possiblylloyd2009-12-231-2/+2
|/ / / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-2119-30/+31
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | / Add missing BOTAN_DLL exports.lloyd2009-12-161-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Make many more headers internal-only.lloyd2009-12-1620-32/+32
* | | | | | | | | | | | | | | Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-167-12/+10
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Remove extern decl of no longer used/included SHA-1 SSE2 functionlloyd2009-11-231-2/+0
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Instead of having two asm_macr.h files being switched in based on modulelloyd2009-11-144-4/+4
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | 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
* | | | | | | | | | | | Add a new need_isa marker for info.txt that lets a module dependlloyd2009-11-061-13/+2
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | propagate from branch 'net.randombit.botan.1_8' (head 6e8c18515725a70923b3411...lloyd2009-11-0359-688/+718
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Conver the rest of the hash functions to use the array-based load instructions.lloyd2009-11-035-40/+41
| |/ / / / / / / / / /
| * | | | | | | | | | Add a new looping load_be / load_le for loading large arrays at once, andlloyd2009-10-2910-49/+58
| * | | | | | | | | | propagate from branch 'net.randombit.botan' (head 4fd7eb9630271d3c1dfed21987e...lloyd2009-10-294-342/+318
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | 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
| | * | | | | | | | | | Format for easier readinglloyd2009-10-291-31/+43
| | * | | | | | | | | | Small cleanups (remove tab characters, change macros to fit the rest oflloyd2009-10-291-123/+121
| | * | | | | | | | | | propagate from branch 'net.randombit.botan' (head 8fb69dd1c599ada1008c4cab2a6...lloyd2009-10-291-1/+14
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Rename SSE2 stuff to be generally SIMD since it supports at least SSE2lloyd2009-10-291-1/+14
| * | | | | | | | | | | | 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
| |/ / / / / / / / / / /