This website requires JavaScript.
Explore
Help
Sign In
boostorg
/
integer
Watch
1
Star
0
Fork
1
You've already forked integer
mirror of
https://github.com/boostorg/integer.git
synced
2025-11-02 17:21:37 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3632ae43b2fbb7c8ebeb34011085fa5b3be6f11b
integer
/
doc
/
modular_arithmetic
History
Nick Thompson
3632ae43b2
Update docs. [CI SKIP]
2018-10-26 12:05:47 -06:00
..
discrete_log.qbk
[ci skip] It is *not* the case that a discrete log exists when the base and modulus are coprime. Take 4^x = 2 mod 5 as a counterexample. Change API accordingly.
2018-02-10 17:51:59 -06:00
extended_euclidean.qbk
Return custom struct from extended Euclidean algorithm rather than tuple. Reduce number of operations for tests to reduce CI system workload. Disable discrete log tests until we have time to figure out why they are failing.
2018-10-25 09:38:16 -06:00
mod_inverse.qbk
Update docs. [CI SKIP]
2018-10-26 12:05:47 -06:00