num-traits/bigint/src
bors[bot] a203e9f9fc Merge #339
339: Implement modpow() for BigUint backed by Montgomery Multiplication r=cuviper a=str4d

Based on this Gist: https://gist.github.com/yshui/027eecdf95248ea69606

Also adds support to `BigUint.from_str_radix()` for using `_` as a visual separator.

Closes #136
2017-11-02 19:37:52 +00:00
..
tests bigint: Add a modpow fallback for even modulus 2017-10-22 16:44:05 -07:00
algorithms.rs bigint::monty: use mac_digit 2017-10-22 15:30:17 -07:00
bigint.rs Fix documentation formatting with commonmark enabled 2017-10-17 10:16:01 -07:00
biguint.rs Merge #339 2017-11-02 19:37:52 +00:00
lib.rs Make new code work on rustc-1.8.0 2017-06-30 00:39:37 +01:00
macros.rs clean up unused macros 2017-09-21 17:36:21 -07:00
monty.rs bigint::monty: deduplicate mr.n and mr.p 2017-10-22 15:45:01 -07:00