Historique des commits

Auteur SHA1 Message Date
  Josh Stone 4d35815426 bigint::monty: simplify work space allocation il y a 7 ans
  Josh Stone aea5f85216 bigint::monty: store the inverse as u32 il y a 7 ans
  Josh Stone c2fba06787 bigint: less pub in monty il y a 7 ans
  Josh Stone 2a1fe6e7ef bigint: fix parsing leading _ and test more il y a 7 ans
  str4d 720893f67b Add support to BigUint.from_str_radix() for using _ as a visual separator il y a 7 ans
  str4d f523b9c359 Implement modpow() for BigUint backed by Montgomery Multiplication il y a 7 ans
  bors[bot] 741a5a6207 Merge #335 il y a 7 ans
  Josh Stone 2f8f952d1d clean up unused macros il y a 7 ans
  Josh Stone 2a9750ada4 bigint: remove an unused mut il y a 7 ans
  Josh Stone 7679cb86fb Remove `#[must_use]` on `__add2` il y a 7 ans
  bors[bot] 4896746fec Merge #328 il y a 7 ans
  Josh Stone 1ddbee7f37 bigint mac3: tweak thresholds between algorithms il y a 7 ans
  Josh Stone 28d84ca3ac Toom-3: operate more on values where possible il y a 7 ans
  Josh Stone 2c2e46c8df Add comments about multiplication strategy il y a 7 ans
  Josh Stone 05dc87c041 Improve mac_digit bounds checking il y a 7 ans
  bors[bot] 8646be5a95 Merge #330 il y a 7 ans
  Josh Stone 3c1c84307c bigint: make sure bigand is normalized il y a 7 ans
  Josh Stone 952dba4e06 remove unused lifetime from forward_val_assign il y a 7 ans
  bors[bot] 85bd97fcfe Merge #327 il y a 7 ans
  Josh Stone 3adce78385 macros: bump to 0.1.37 il y a 7 ans
  Josh Stone ec0342e9f1 macros: add ast::Arm beginning_vert il y a 7 ans
  Josh Stone 953087fe4e Fix biguint assert_assign_op for rust 1.8 il y a 7 ans
  Josh Stone 98a3f17db6 Fix impl_rem_assign_scalar for rust 1.8 il y a 7 ans
  Isaac Carruthers b29c13e54f Remove unnecessary PartialOrd constraint on new Rem implementation. il y a 7 ans
  Alice Ryhl ff8f106186 Test *Assign for BigUint il y a 7 ans
  Alice Ryhl 555dab7d33 Implement ShrAssign and ShlAssign for BigUint il y a 7 ans
  Alice Ryhl 2f6c0bf354 Implement BitXorAssign for BigUint il y a 7 ans
  Alice Ryhl 8c3b2de11c Implement BitAndAssign and BitOrAssign for BigUint il y a 7 ans
  Alice Ryhl 23085800e0 Implement RemAssign for BigUint il y a 7 ans
  Alice Ryhl e85ab24567 Forward by-value biguint and scalars to {Add,Mul,Sub,Div}Assign il y a 7 ans