|
|
43b73139cd
|
Checkpoint; not sure where this code is, but I'm rethinking.
|
2018-10-27 15:11:45 -07:00 |
|
|
|
b30fe6a75f
|
Modular exponentiation with Barrett reduction. Seems slow. :(
|
2018-06-18 12:04:11 -07:00 |
|
|
|
011ebc0c99
|
Extend modular addition to Barrett constants.
|
2018-06-18 08:42:01 -07:00 |
|
|
|
26eb05ceeb
|
Don't use Vecs in modmul, use fixed-size buffers
|
2018-06-09 17:32:15 -07:00 |
|
|
|
fee68cca18
|
Create a modular multiplication trait, and build a slow implementation using mod.
|
2018-06-09 17:12:01 -07:00 |
|
|
|
eae2ea49a9
|
My multiplication loops were not, in fact, off by one.
|
2018-06-04 21:35:13 -07:00 |
|
|
|
041f824caf
|
Give credit where credit is due.
|
2018-06-02 20:28:33 -07:00 |
|
|
|
f088f0f9a5
|
A second crack at fixed-sized numbers.
|
2018-06-02 09:26:34 -07:00 |
|