aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2015-07-27 09:02:25 +0200
committerSimon Warta <[email protected]>2015-07-27 09:02:25 +0200
commit835d610aad1795489595feed9ba3304cdf2af354 (patch)
tree634453ea62dbd10c4563bf3eff38d4470d9d0bd4 /doc
parent9eaa13539f035ab7ed6b4aa07b8b19885f42ef83 (diff)
Fix random_prime() indent in BigInt docs
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/bigint.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/manual/bigint.rst b/doc/manual/bigint.rst
index c2036fcfd..04af0c6db 100644
--- a/doc/manual/bigint.rst
+++ b/doc/manual/bigint.rst
@@ -95,11 +95,11 @@ Number theoretic functions available include:
Three variations on *is_prime*, with probabilities set to 32, 56, and 80
respectively.
- .. cpp:function:: BigInt random_prime(RandomNumberGenerator& rng, \
- size_t bits, \
- BigInt coprime = 1, \
- size_t equiv = 1, \
- size_t equiv_mod = 2)
+.. cpp:function:: BigInt random_prime(RandomNumberGenerator& rng, \
+ size_t bits, \
+ BigInt coprime = 1, \
+ size_t equiv = 1, \
+ size_t equiv_mod = 2)
Return a random prime number of ``bits`` bits long that is
relatively prime to ``coprime``, and equivalent to ``equiv`` modulo