Historique des commits

Auteur SHA1 Message Date
  bors[bot] a203e9f9fc Merge #339 il y a 7 ans
  Josh Stone ed10d617b5 bigint: Add a modpow fallback for even modulus 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
  Matt Brubeck 531c2a754f Fix documentation formatting with commonmark enabled 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
  Josh Stone 3c1c84307c bigint: make sure bigand is normalized il y a 7 ans
  Josh Stone 98a3f17db6 Fix impl_rem_assign_scalar for rust 1.8 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
  Alice Ryhl 04117fafe9 Implement DivAssign for BigUint il y a 7 ans
  Alice Ryhl 17030ea412 Implement SubAssign for BigUint il y a 7 ans
  Alice Ryhl 8c47ca00c7 Implement MulAssign for BigUint il y a 7 ans
  Alice Ryhl 03d717f26f Implement AddAssign for BigUint il y a 7 ans
  Nicolas Kirchner 5106fcc95a Replace `Vec::copy_from_slice` not implemented in rust 1.8 by another method il y a 7 ans
  Nicolas Kirchner 9b56d6667c Implement assign_from_slice il y a 7 ans
  Josh Stone 6afac825d9 test and fix more scalar add cases il y a 7 ans
  Josh Stone 18a5bfcd0b fix endianness of to/from_doublebigdigit calls il y a 7 ans
  Sam Cappleman-Lynes 1fb03ca18a Make new code work on rustc-1.8.0 il y a 8 ans
  Sam Cappleman-Lynes 2a3cd41820 Add scalar ops for all remaining integer types il y a 8 ans
  Sam Cappleman-Lynes fd87d87db3 Fix normalization in scalar addition il y a 8 ans
  Sam Cappleman-Lynes 99873d06e5 Scalar operations on integer types up to 32 bits il y a 8 ans
  Sam Cappleman-Lynes 8b1288ea01 Add scalar multiplication to BigInt il y a 8 ans
  Sam Cappleman-Lynes 1e26bdde81 Remove unnecessary normalization il y a 8 ans
  Sam Cappleman-Lynes d0bfb54eee All variants of dividing BigUint by BigDigit il y a 8 ans
  Sam Cappleman-Lynes 51408a9b3b All variants of subtracting BigDigit from BigUint il y a 8 ans