aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* OptimisationsMattias Andrée2016-03-1338-151/+194
* Make zabs, zneg and zswap inlineMattias Andrée2016-03-135-46/+14
* Add possibility to compare against libgmpMattias Andrée2016-03-133-0/+196
* Add possibility to compare against libtommathMattias Andrée2016-03-123-1/+202
* 64 bits (severely) outshines 16 bits and 8 bits in performance: do some cleanupMattias Andrée2016-03-122-20/+0
* 64-bit chars out-perform 32-bit chars on almost all operations, and on all expensive operationsMattias Andrée2016-03-125-23/+17
* Add simple benchmarkerMattias Andrée2016-03-093-0/+136
* A brief description of exponentiation by squaringMattias Andrée2016-03-071-0/+6
* Fix another typoMattias Andrée2016-03-071-1/+1
* Fix typoMattias Andrée2016-03-061-1/+1
* A description of the Karatsuba algorithmMattias Andrée2016-03-061-0/+6
* -O3 seem to produce fastest binary1.0Mattias Andrée2016-03-061-1/+1
* Clean upMattias Andrée2016-03-051-2/+0
* Makefile: add install and uninstallMattias Andrée2016-03-052-3/+20
* Add memory pool, also let the user know that libzahl is not designed for cryptographyMattias Andrée2016-03-059-18/+98
* zinit is now an inline functionMattias Andrée2016-03-053-14/+12
* Improve zsub, only copy to temp when necessaryMattias Andrée2016-03-052-15/+15
* Fix bugs and add a randomised testingMattias Andrée2016-03-0514-55/+892
* More detailed description of division and modulusMattias Andrée2016-03-057-4/+35
* Makefile: add check ruleMattias Andrée2016-03-041-1/+4
* Clean up, add zerror and zperror, fix bugs and add more testsMattias Andrée2016-03-0429-119/+533
* Clean up, fix a few bugs, and add a testMattias Andrée2016-03-0420-49/+792
* Add makefile and fix errorsMattias Andrée2016-03-0451-98/+178
* Add zptestMattias Andrée2016-03-033-2/+82
* Add zrandMattias Andrée2016-03-032-1/+97
* Cleanup and fix bug in ztruncMattias Andrée2016-03-0323-193/+134
* zsets: minor optimisationMattias Andrée2016-03-031-1/+4
* Add zmul and zsqrMattias Andrée2016-03-032-0/+171
* Optimised zdivmodMattias Andrée2016-03-034-10/+39
* Optimise zdivmodMattias Andrée2016-03-032-12/+9
* Add zbsetMattias Andrée2016-03-0313-2/+101
* Add zdivmodMattias Andrée2016-03-032-1/+80
* Optimise zpow and zmodpowMattias Andrée2016-03-032-10/+20
* Add new functions: zpowu and zmodpowuMattias Andrée2016-03-037-0/+168
* Add zabs, zadd, zdiv, zmod, zmodmul, zmodpow, zneg, zpow, zsub, and the newly introduced zmodsqrMattias Andrée2016-03-0315-4/+392
* znot man page: notes on representation and tendness toward zeroMattias Andrée2016-03-021-0/+18
* zahl.h: fix working mishapp for zptestMattias Andrée2016-03-021-1/+1
* Add zlsh and zrshMattias Andrée2016-03-022-0/+99
* ztrunc: fix bug: bits > .used may lead to incorrect truncationMattias Andrée2016-03-021-0/+2
* zgcd: optimisation of the first loopMattias Andrée2016-03-021-4/+12
* Cleanup and add missing header inclusionsMattias Andrée2016-03-027-3/+14
* Add zand, zor, zxor, znot, zbtest, zsplit, and the newly introduced ztruncMattias Andrée2016-03-0213-1/+304
* Add zgcdMattias Andrée2016-03-022-1/+63
* Add zsets and zstrMattias Andrée2016-03-027-5/+134
* Since zstr_length is a generalisation of zbits, add reference to each other in the man pagesMattias Andrée2016-03-022-2/+4
* zstr_length_positive is safe for non-positive, hence rename to zstr_length; and add zstr_lengthMattias Andrée2016-03-026-32/+59
* Why zbits returns 1 for 0Mattias Andrée2016-03-022-3/+10
* Add typedef zahl_char_t for internal useMattias Andrée2016-03-015-6/+11
* zsetu: change macro from CHARS_PER_TYPE to SIZE_MULTIPLEMattias Andrée2016-03-011-4/+4
* Add zcmp, zcmpi, zcmpu, zcmpmag, zset, zseti, and zsetuMattias Andrée2016-03-018-12/+131