diff options
author | Jack Lloyd <[email protected]> | 2018-02-25 13:24:25 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-02-25 18:07:36 -0500 |
commit | 68e5aa78138e9e2de84aab58e1cdf0e7084fda87 (patch) | |
tree | 10b2308fd62eac2cfdd9d89af04470f7ac143324 /src/lib/math/numbertheory/info.txt | |
parent | 8c3ce8fba6802b821ce1307e3ca10b06d82a04ce (diff) |
Add Montgomery_Int type
Diffstat (limited to 'src/lib/math/numbertheory/info.txt')
-rw-r--r-- | src/lib/math/numbertheory/info.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/math/numbertheory/info.txt b/src/lib/math/numbertheory/info.txt index 01adb7345..eb348b7ef 100644 --- a/src/lib/math/numbertheory/info.txt +++ b/src/lib/math/numbertheory/info.txt @@ -8,6 +8,7 @@ load_on auto numthry.h pow_mod.h reducer.h +monty.h </header:public> <header:internal> |