aboutsummaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-19Manual: fix sign of example for zxorMattias Andrée1-1/+1
2016-06-19Manual: connectivesMattias Andrée1-12/+63
2016-06-19Manual: remove text that should be been removed earlierMattias Andrée1-2/+1
2016-06-19doc: vulnerabilities concerning cryptographic applicationsMattias Andrée1-4/+15
2016-06-19Manual: on bsdntMattias Andrée1-2/+6
2016-06-14Fix typos found by MarcMattias Andrée1-14/+14
2016-06-06Manual: Logic => ConnectivesMattias Andrée1-2/+2
2016-06-06Manual: lcm: warn that gcd may be zeroMattias Andrée1-0/+3
2016-06-06Fix typoMattias Andrée1-1/+1
2016-06-05Manual: minor text fixMattias Andrée1-1/+1
2016-06-05Forgot to stage updateMattias Andrée1-1/+1
2016-06-02Manual: extended gcd calculates two values for free, which most implementations ignoreMattias Andrée1-0/+11
2016-06-02More on stuff that will not be includedMattias Andrée1-0/+11
2016-06-02Fix some textMattias Andrée1-5/+5
2016-06-02On bit testMattias Andrée1-2/+35
2016-06-02Some commentsMattias Andrée3-8/+67
2016-06-02Manual: simplify licenseMattias Andrée1-10/+3
2016-06-01Manual: division algorithmMattias Andrée1-2/+14
2016-06-01Manual: on divisionMattias Andrée1-1/+185
2016-05-16Misc work on the manualMattias Andrée2-3/+149
2016-05-14On bit-splittingMattias Andrée1-1/+45
2016-05-14Division is truncated, not flooredMattias Andrée1-9/+8
2016-05-14Reorder sectionsMattias Andrée1-7/+7
2016-05-14Minor edit in manual: reorder parameters in call to zaddMattias Andrée1-1/+1
2016-05-14On bit-truncationMattias Andrée1-1/+24
2016-05-14On bit-shiftingMattias Andrée1-1/+57
2016-05-13Fix typoMattias Andrée1-1/+1
2016-05-13Minor fix to the textMattias Andrée1-2/+2
2016-05-13Fix typoMattias Andrée1-1/+1
2016-05-13On primality test, and styleMattias Andrée3-32/+100
2016-05-13On greatest common divisorMattias Andrée1-1/+69
2016-05-13On odd/even and signumMattias Andrée1-3/+87
2016-05-13Add entry in TODO, and more on the Not implemented chapterMattias Andrée1-1/+10
2016-05-13Fix typoMattias Andrée1-1/+1
2016-05-13How you would calculate factorials efficientlyMattias Andrée1-0/+40
2016-05-13Fix typoMattias Andrée1-2/+2
2016-05-13Fix indentation in manualMattias Andrée1-5/+5
2016-05-13Miscellaneous stuffMattias Andrée6-2/+680
2016-05-12Exponentiation: clarification of a mathematical expressionMattias Andrée1-1/+5
2016-05-12Fix typoMattias Andrée1-1/+1
2016-05-12More on exponentiation by squaringMattias Andrée1-1/+54
2016-05-12On exponentiationMattias Andrée2-2/+66
2016-05-11On sign manipulationMattias Andrée1-5/+60
2016-05-11Fix typoMattias Andrée1-1/+1
2016-05-11Manual: use inplace addition whenever possibleMattias Andrée1-0/+17
2016-05-11Minor edit in AdditionMattias Andrée1-1/+1
2016-05-11On additionMattias Andrée1-2/+72
2016-05-11Always satisfy n=qd+r to avoid confusionMattias Andrée2-5/+6
2016-05-11Fix typoMattias Andrée1-1/+1
2016-05-11Work on the manual and zstr_length checks that the radix is validMattias Andrée6-7/+405