2006
DOI: 10.1007/11814771_36
|View full text |Cite
|
Sign up to set email alerts
|

A Purely Functional Library for Modular Arithmetic and Its Application to Certifying Large Prime Numbers

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
11
0

Year Published

2006
2006
2021
2021

Publication Types

Select...
6
1
1

Relationship

3
5

Authors

Journals

citations
Cited by 16 publications
(12 citation statements)
references
References 8 publications
0
11
0
Order By: Relevance
“…Other researchers have been using Coq for intensive numerical proofs before [1,10] and their library for big integers was integrated in the standard version. In particular, that library re-uses an algorithm for square roots that had been formally proved correct in [3].…”
Section: Using Big Integersmentioning
confidence: 99%
“…Other researchers have been using Coq for intensive numerical proofs before [1,10] and their library for big integers was integrated in the standard version. In particular, that library re-uses an algorithm for square roots that had been formally proved correct in [3].…”
Section: Using Big Integersmentioning
confidence: 99%
“…This program is executable but almost useless since it is based on a Peano representation of the natural numbers. Our next step was to derive an equivalent program using a more efficient representation of natural numbers, provided by the type BigN [24]. This code also receives some optimizations to implement faster operations of multiplications and divisions by powers of 2 and fast modular exponentiations.…”
Section: Doing An Iteration Is Performed Bymentioning
confidence: 99%
“…This is the case for the above mentioned computable real libraries. Moreover, they are defined within Coq on top of the multiple-precision arithmetic library based on binary tree described in [20]. So only the machine modular arithmetic (32 or 64 bits depending on the machine) is used in the computations in Coq.…”
Section: The Coq Proof Assistantmentioning
confidence: 99%