summaryrefslogtreecommitdiff
path: root/mpz/stronglucas.c
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2018-12-11 01:44:27 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2018-12-11 01:44:27 +0100
commit8cbdf70e00a7819466136c64dc0cb215fb235e24 (patch)
tree9d5d80e674d33349b9df737db443f69f838ad76f /mpz/stronglucas.c
parentbf18c23719176a28e5b24e1b6a84047a657812d3 (diff)
downloadgmp-8cbdf70e00a7819466136c64dc0cb215fb235e24.tar.gz
comment
Diffstat (limited to 'mpz/stronglucas.c')
-rw-r--r--mpz/stronglucas.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpz/stronglucas.c b/mpz/stronglucas.c
index d55aa02c3..350dd2a48 100644
--- a/mpz/stronglucas.c
+++ b/mpz/stronglucas.c
@@ -1,5 +1,5 @@
-/* mpz_stronglucas(n,reps) -- An implementation of the strong Lucas
- primality test, using parameters as suggested by the BPSW test.
+/* mpz_stronglucas(n, t1, t2) -- An implementation of the strong Lucas
+ primality test on n, using parameters as suggested by the BPSW test.
THE FUNCTIONS IN THIS FILE ARE FOR INTERNAL USE ONLY. THEY'RE ALMOST
CERTAIN TO BE SUBJECT TO INCOMPATIBLE CHANGES OR DISAPPEAR COMPLETELY IN