Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Indent | lloyd | 2011-03-21 | 1 | -6/+6 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the same mesasge expansion trick in SHA-512. Performance on | lloyd | 2011-03-13 | 2 | -119/+121 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modify SHA-224/SHA-256 so that it does the message expansion in | lloyd | 2011-03-12 | 2 | -107/+101 | |
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Keccak to the round 3 variant announced 2011-01-17 | lloyd | 2011-01-20 | 2 | -9/+4 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid more VC warnings | lloyd | 2010-12-13 | 3 | -4/+8 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do the XOR a word at a time where possible which gets performance back | lloyd | 2010-12-13 | 1 | -0/+17 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Keccak message XOR, did not work on big-endian CPUs | lloyd | 2010-12-13 | 1 | -8/+12 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reset state on finalization | lloyd | 2010-12-11 | 1 | -3/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XOR the input directly into the state. Only slightly faster (about 5% | lloyd | 2010-12-11 | 2 | -19/+22 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Single update for padding bytes | lloyd | 2010-12-11 | 1 | -4/+3 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a simple but functioning implementation of Keccak. Only the | lloyd | 2010-12-10 | 3 | -0/+230 | |
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mass disable copy constructors and assignment on all algos until proven safe/... | lloyd | 2010-11-04 | 1 | -3/+0 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Skein-512 for the new 1.3 specification, just changes the key | lloyd | 2010-11-03 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove needless destructors | lloyd | 2010-11-03 | 1 | -2/+0 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doxygen | lloyd | 2010-11-02 | 5 | -4/+34 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new top-level algorithm which provides basic functionality: name | lloyd | 2010-11-01 | 2 | -13/+4 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove BufferedComputation::OUTPUT_LENGTH | lloyd | 2010-10-29 | 25 | -95/+103 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More size_t | lloyd | 2010-10-13 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More size_t. Document changes | lloyd | 2010-10-13 | 3 | -6/+6 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use buffer.size() directly to avoid lots of virtual calls in core loop | lloyd | 2010-10-13 | 1 | -9/+9 | |
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove HashFunction::HASH_BLOCK_SIZE entirely | lloyd | 2010-10-13 | 10 | -36/+44 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove most uses of HASH_BLOCK_SIZE | lloyd | 2010-10-13 | 19 | -44/+49 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use output_length() instead of OUTPUT_LENGTH pseudo-property | lloyd | 2010-10-13 | 16 | -23/+23 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More size_t | lloyd | 2010-10-13 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use size_t for BufferedComputation::add_data | lloyd | 2010-10-12 | 44 | -161/+165 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split SHA-2 into 32 and 64 bit versions; they are totally independent | lloyd | 2010-09-30 | 6 | -1/+6 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make configure output more sensible wrt incompatible modules | lloyd | 2010-09-28 | 4 | -0/+16 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do the prep/unroll phase 4 rounds before it is needed instead of 3; | lloyd | 2010-09-21 | 1 | -97/+92 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up, hide union accesses with a macro to make it easier to test | lloyd | 2010-09-21 | 1 | -40/+92 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implicit conversions | lloyd | 2010-09-14 | 1 | -7/+7 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More changes to avoid vector to pointer implicit conversions | lloyd | 2010-09-14 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Completely remove the second parameter to SecureVector which specifies | lloyd | 2010-09-14 | 18 | -53/+69 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 6 | -18/+38 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More vector->pointer conversion removals. | lloyd | 2010-09-13 | 1 | -3/+3 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 15 | -18/+18 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Big, invasive but mostly automated change, with a further attempt at | lloyd | 2010-09-07 | 15 | -25/+25 | |
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also allow clang with 32-bit assembly code, everything seems to work | lloyd | 2010-08-08 | 4 | -75/+0 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clang understands at least some GCC inline asm syntax as well as what | lloyd | 2010-08-08 | 1 | -0/+1 | |
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
* / / / / / / / / / / / / / / / / / / / / / / / / / / | Consolidate the two engines that provided assembler implementations | lloyd | 2010-07-13 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | / | For the SHA-2 classes, don't use inheritence to share a handful of | lloyd | 2010-06-28 | 4 | -85/+106 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | Replace "@return a blah" and "@return the blah" with just "@return blah" | lloyd | 2010-06-16 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Yet more Doxygen comments | lloyd | 2010-06-16 | 2 | -6/+18 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | More Doxygen comments | lloyd | 2010-06-16 | 7 | -2/+32 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Tiger::clone's result always used 3 passes | lloyd | 2010-06-16 | 1 | -1/+5 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | More Doxygen | lloyd | 2010-06-15 | 3 | -4/+18 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | More Doxygen updates/fixes | lloyd | 2010-06-15 | 19 | -32/+44 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | More Doxygen fixes | lloyd | 2010-06-15 | 1 | -2/+3 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 9 | -9/+9 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Remove FORK-256; it's obscure and has been definitively broken. | lloyd | 2010-05-25 | 3 | -189/+0 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | Check to make sure the user didn't provide two of the same has for | lloyd | 2010-04-23 | 1 | -0/+3 |