Introduction
Introduction Statistics Contact Development Disclaimer Help
Log - libzahl - big integer library
git clone git://git.suckless.org/libzahl
Log
Files
Refs
README
LICENSE
---
Date Commit message Author
2022-07-20 14:26 Use ar(1)'s s-flag instead of invoking … Tom Schwindl
2016-11-30 09:55 Fix errors in the manual found by Ivan … Mattias Andrée
2016-11-30 09:15 Fix errors in the manual (most of them … Mattias Andrée
2016-11-29 22:55 Fix errors in the manual (most of them … Mattias Andrée
2016-10-21 03:25 manual: fix truncated sentence Mattias Andrée
2016-10-21 03:20 Add exercise: [M13] The totient from fa… Mattias Andrée
2016-07-29 22:28 Add exercise: [13] Modular generalised … Mattias Andrée
2016-07-29 22:04 Fix typo Mattias Andrée
2016-07-29 10:37 Add missing ! Mattias Andrée
2016-07-29 10:34 Add exercise: [HMP32] Modular tetration Mattias Andrée
2016-07-28 22:30 Minor text fix Mattias Andrée
2016-07-28 20:55 φ(−n) = φ(n), φ(1) = 1, φ(0) = 0 Mattias Andr�…
2016-07-28 18:24 Fix small error in solution for [13] Th… Mattias Andrée
2016-07-28 18:12 Add exercises: Mattias Andrée
2016-07-28 13:05 Fix spacing Mattias Andrée
2016-07-28 13:03 Fix difficulty ratings on exercises Mattias Andrée
2016-07-27 01:58 Add exercice: [▶10] Modular powers of 2 Mattias Andrée
2016-07-25 15:08 Exercise solutions: the return type sho… Mattias Andrée
2016-07-25 15:07 Manual refdup should not return int Mattias Andrée
2016-07-25 15:03 Fix another error in the solution for P… Mattias Andrée
2016-07-25 14:56 Fix a small error in the solution for P… Mattias Andrée
2016-07-25 14:45 Fix typo Mattias Andrée
2016-07-25 14:38 Manual: The Kronecker symbol Mattias Andrée
2016-07-25 14:15 Manual: How to calculate the Jacobi sym… Mattias Andrée
2016-07-25 13:58 Style fix Mattias Andrée
2016-07-25 13:40 Manual: how to calculate the legendre s… Mattias Andrée
2016-07-25 13:13 Add exercise: [30] Powers of the golden… Mattias Andrée
2016-07-24 23:33 Alternative solution for [20] Fast prim… Mattias Andrée
2016-07-24 23:13 Add exercise: [20] Fast primality test … Mattias Andrée
2016-07-24 22:50 Add exercise: [11] Lucas–Lehmer primali… Mattias Andrée
2016-07-24 20:19 Add pronunciation of Lucas Mattias Andrée
2016-07-24 19:45 Add exercises: [10] Fermat primality te… Mattias Andrée
2016-07-24 19:19 Fix type of the last parameter for zpte… Mattias Andrée
2016-07-24 18:57 Fix typo Mattias Andrée
2016-07-24 18:44 Saturated subtraction: { => r = }a ∸ b … Mattias Andrée
2016-07-24 16:16 Mention that a composite that passes a … Mattias Andrée
2016-07-24 16:08 Make “You should already [...]” small a… Mattias Andr�…
2016-07-24 16:04 Add exercise: [▶02] Saturated subtracti… Mattias Andrée
2016-07-24 15:39 Add exercise: [▶M17] Factorials inverted Mattias Andrée
2016-07-24 14:42 Clean up bench/util.h Mattias Andrée
2016-07-24 13:33 Rename bench/{benchmark.h => util.h} Mattias Andrée
2016-07-24 01:58 Add exercise: [05] Fast primality test Mattias Andrée
2016-07-23 18:07 Add exercise: [M20] Reverse factorisati… Mattias Andrée
2016-07-23 15:49 Add two exercises to the manual Mattias Andrée
2016-06-22 18:29 update todo Mattias Andrée
2016-06-19 01:32 Manual: jargon fix Mattias Andrée
2016-06-19 01:26 Manual: fix sign of example for zxor Mattias Andrée
2016-06-19 01:20 Manual: connectives Mattias Andrée
2016-06-19 00:55 Manual: remove text that should be been… Mattias Andrée
2016-06-19 00:50 Add examples: sum, prod, avg, median Mattias Andrée
2016-06-18 23:54 doc: vulnerabilities concerning cryptog… Mattias Andrée
2016-06-18 23:43 Manual: on bsdnt Mattias Andrée
2016-06-14 10:39 Fix typos found by Marc Mattias Andrée
2016-06-10 11:35 Add a comment about storing the carry f… Mattias Andrée
2016-06-07 21:27 Update todo with benchmarking ideas Mattias Andrée
2016-06-06 18:25 Manual: Logic => Connectives Mattias Andrée
2016-06-06 10:21 Manual: lcm: warn that gcd may be zero Mattias Andrée
2016-06-06 09:33 Fix typo Mattias Andrée
2016-06-05 18:29 todo: zmodsqr will also be removed if z… Mattias Andrée
2016-06-05 14:58 Manual: minor text fix Mattias Andrée
2016-06-05 14:43 todo: benchmarks shall ensure that the … Mattias Andrée
2016-06-05 14:03 Forgot to stage update Mattias Andrée
2016-06-05 12:41 Fix typos found by Marc Mattias Andrée
2016-06-02 11:28 Manual: extended gcd calculates two val… Mattias Andrée
2016-06-02 11:14 More on stuff that will not be included Mattias Andrée
2016-06-02 11:05 Fix some text Mattias Andrée
2016-06-02 10:42 On bit test Mattias Andrée
2016-06-02 10:06 Some comments Mattias Andrée
2016-06-02 08:36 Manual: simplify license Mattias Andrée
2016-06-02 07:36 Switch to ISC license. Mattias Andrée
2016-06-02 07:19 Makefile: remove intermediary files aft… Mattias Andrée
2016-06-01 17:38 Manual: division algorithm Mattias Andrée
2016-06-01 17:26 Manual: on division Mattias Andrée
2016-06-01 12:12 todo: should modular exponentiation and… Mattias Andrée
2016-05-16 16:01 Misc work on the manual Mattias Andrée
2016-05-14 18:51 On bit-splitting Mattias Andrée
2016-05-14 18:20 Division is truncated, not floored Mattias Andrée
2016-05-14 15:48 Reorder sections Mattias Andrée
2016-05-14 15:47 Minor edit in manual: reorder parameter… Mattias Andrée
2016-05-14 15:01 On bit-truncation Mattias Andrée
2016-05-14 14:40 On bit-shifting Mattias Andrée
2016-05-13 19:13 Fix typo Mattias Andrée
2016-05-13 18:50 Minor fix to the text Mattias Andrée
2016-05-13 18:49 Fix typo Mattias Andrée
2016-05-13 18:40 On primality test, and style Mattias Andrée
2016-05-13 17:07 zptest: if n is even, let the witness b… Mattias Andrée
2016-05-13 16:39 On greatest common divisor Mattias Andrée
2016-05-13 14:56 On odd/even and signum Mattias Andrée
2016-05-13 08:53 Add entry in TODO, and more on the Not … Mattias Andrée
2016-05-13 08:39 Fix typo Mattias Andrée
2016-05-13 08:32 How you would calculate factorials effi… Mattias Andrée
2016-05-13 05:56 Fix typo Mattias Andrée
2016-05-13 03:43 Add version constants and constants tha… Mattias Andrée
2016-05-13 02:44 Fix indentation in manual Mattias Andrée
2016-05-13 02:38 Miscellaneous stuff Mattias Andrée
2016-05-11 23:23 Exponentiation: clarification of a math… Mattias Andrée
2016-05-11 23:19 Fix typo Mattias Andrée
2016-05-11 23:14 More on exponentiation by squaring Mattias Andrée
2016-05-11 22:30 On exponentiation Mattias Andrée
2016-05-11 20:26 On sign manipulation Mattias Andrée
215 more commits remaining, fetch the repository
Atom feed
Atom feed (tags)
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.