Age | Commit message (Expand) | Author |
2014-12-29 | Check for zero-length input (do nothing) | Thomas Jespersen |
2014-12-21 | Remove lots of debugging statements | Thomas Jespersen |
2014-12-10 | Breaking change | Thomas Jespersen |
2014-12-09 | Rename r to r_next | Thomas Jespersen |
2014-12-09 | Fix an obvious mistake and compiler warnings | Thomas Jespersen |
2014-12-08 | Add header files to configure.ac and typedefs to common.h | Thomas Jespersen |
2014-12-07 | First round at making decoding work. | Thomas Jespersen |
2014-12-07 | Documentation | Thomas Jespersen |
2014-12-07 | Implement stream re-alignment when given input does not align | Thomas Jespersen |
2014-12-07 | Fix minor error in sole_encode_end() | Thomas Jespersen |
2014-12-07 | Fix output byte ordering | Thomas Jespersen |
2014-12-07 | Big changes to streaming algorithm | Thomas Jespersen |
2014-12-06 | Fix erroneous composition for double EOF with even blocks | Thomas Jespersen |
2014-12-06 | Adjust cmd-sole to compose the blocks the same way sole_file sees it | Thomas Jespersen |
2014-12-06 | Minor changes to sole.c | Thomas Jespersen |
2014-12-06 | Add direct conversion from 128-bit blocks to 64-bit blocks | Thomas Jespersen |
2014-12-04 | Fix apparent byte mangling | Thomas Jespersen |
2014-12-04 | Add byte output to both examples/sole_file and poc/cmd-sole | Thomas Jespersen |
2014-12-01 | Add total bytes read counter to sole_stream | Thomas Jespersen |
2014-12-01 | Remove sole_mul_i3() and organise some tests | Thomas Jespersen |
2014-11-24 | Move include lines into sole header | Thomas Jespersen |
2014-11-21 | Use available macros in sole_pass1_decompose() | Thomas Jespersen |
2014-11-20 | Add small correction step for quotient found by double division | Thomas Jespersen |
2014-11-19 | Replace iterating addition with multiplication | Thomas Jespersen |
2014-11-19 | Add 128-bit block multiplications and basic testing. | Thomas Jespersen |
2014-11-19 | Write TODOs | Thomas Jespersen |
2014-11-18 | Add multiplication routine to blk256 | Thomas Jespersen |
2014-11-11 | Document sole_mul_b3i() | Thomas Jespersen |
2014-11-11 | Document division trick and fix bug in sole_pass2_rev_regroup() | Thomas Jespersen |
2014-11-11 | Fix numerous errors and work on faster division | Thomas Jespersen |
2014-11-09 | Correct BLK256SIZ, so it actually represents four times u64 | Thomas Jespersen |
2014-11-08 | Add test for sole_pass2_rev_regroup() | Thomas Jespersen |
2014-11-07 | Add test for sole_pass1_decompose() | Thomas Jespersen |
2014-11-07 | Get rid of temporaries in sole_pass1_rev_compose() | Thomas Jespersen |
2014-11-07 | Rewrite of sole_pass1_rev_compose() | Thomas Jespersen |
2014-11-07 | Fix carry subtraction in sole_pass1_rev_compose() | Thomas Jespersen |
2014-11-07 | Lots of testing | Thomas Jespersen |
2014-11-07 | Add final steps in decoding SOLE | Thomas Jespersen |
2014-11-06 | First attempt add sole_pass2_rev_regroup. | Thomas Jespersen |
2014-11-06 | Fix minor mistakes to make it compile again | Thomas Jespersen |
2014-11-06 | A few changes | Thomas Jespersen |
2014-11-05 | Whitespace | Thomas Jespersen |
2014-11-05 | Reduce addition and copy to directly output addition in rop | Thomas Jespersen |
2014-11-04 | Remove print statements introduced by debug branch | Thomas Jespersen |
2014-11-04 | Bring division under control | Thomas Jespersen |
2014-11-03 | Add lots of debugging statements to find bottle-necks | Thomas Jespersen |
2014-11-03 | Implement the odd-n termination procedure. | Thomas Jespersen |
2014-11-03 | Expand on the termination in 'sole_encode_end()' | Thomas Jespersen |
2014-11-03 | Add TODO on byte-size in write()'s | Thomas Jespersen |
2014-11-03 | Fix naming | Thomas Jespersen |