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