aboutsummaryrefslogtreecommitdiffstats
path: root/src/zxor.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix bugs and add a randomised testingMattias Andrée2016-03-051-8/+11
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean up, fix a few bugs, and add a testMattias Andrée2016-03-041-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add makefile and fix errorsMattias Andrée2016-03-041-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Cleanup and fix bug in ztruncMattias Andrée2016-03-031-20/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Cleanup and add missing header inclusionsMattias Andrée2016-03-021-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zand, zor, zxor, znot, zbtest, zsplit, and the newly introduced ztruncMattias Andrée2016-03-021-0/+56
Signed-off-by: Mattias Andrée <maandree@kth.se>