Historial de Commits

Autor SHA1 Mensaje Fecha
  Jeroen van Rijn db03c86544 Fix typo in big.internal_invmod hace 1 año
  gingerBill 3e7e779abf Replace `core:*` to `base:*` where appropriate hace 1 año
  gingerBill 5023313c03 Minor cleanups to the core library hace 2 años
  gingerBill c85ac955f7 Simplify docs to hide the copyright hace 3 años
  Jeroen van Rijn 938744b276 [math/big] Rename `internal_int_shl_digit` to `_private_int_shl_leg`. hace 3 años
  Jeroen van Rijn fbebf4bc4e big: Add Python implementation of LCM. hace 4 años
  gingerBill 2800d4b8d0 Merge branch 'master' into optional-semicolons hace 4 años
  Jeroen van Rijn f2c5c26f2c big: Add `internal_int_prime_next_prime`. hace 4 años
  Jeroen van Rijn 31918d3b8f big: Add `internal_int_is_prime`. hace 4 años
  Jeroen van Rijn 671b413b15 big: Use new comparison helpers. hace 4 años
  Jeroen van Rijn fd83cbf40b big: Add `ilog2`. hace 4 años
  Jeroen van Rijn a056e19434 big: Cue up `internal_int_exponent_mod` wrapper function. hace 4 años
  Jeroen van Rijn 2110778040 big: Add `internal_int_exponent_mod_fast`. hace 4 años
  Jeroen van Rijn 65a15e9c06 big: Add `internal_int_exponent_mod`. hace 4 años
  gingerBill 720884e0f1 Strip even more semicolons if followed by a `}` or `)` on the same line hace 4 años
  gingerBill f57201bbd1 Remove unneeded semicolons from the core library hace 4 años
  gingerBill 251da264ed Remove unneeded semicolons from the core library hace 4 años
  Jeroen van Rijn 737b4fde1c big: Add `_private_int_mul_balance`. hace 4 años
  Jeroen van Rijn 2cfd6b7024 big: Add `_private_int_mul_high`. hace 4 años
  Jeroen van Rijn 852643e6ba Add tests for `internal_int_is_square'. hace 4 años
  Jeroen van Rijn ec4cae4f04 big: Add `int_is_square`. hace 4 años
  Jeroen van Rijn 33df335ec9 big: Add `internal_int_montgomery_calc_normalization`. hace 4 años
  Jeroen van Rijn 893cc013b5 big: Add Montgomery reduction. hace 4 años
  Jeroen van Rijn 23d29be4d8 big: Update license to BSD-3. hace 4 años
  Jeroen van Rijn 1ad0743a52 big: Nicely align test suite results. hace 4 años
  Jeroen van Rijn 5fd7a5f32a big: Fix signed multiplication for some inputs. hace 4 años
  Jeroen van Rijn 706e58c1c7 big: `Add `_private_int_mul_toom`. hace 4 años
  Jeroen van Rijn 8b49bbb0fc big: Add `_private_mul_karatsuba`. hace 4 años
  gingerBill e3fef2dade Improve parsing for `or_return`; allow `#force_inline foo() or_return;` hace 4 años
  gingerBill c27b8a71fd Replace `err != nil` with `or_return` where appropriate hace 4 años