]> gitweb.factorcode.org Git - factor.git/commitdiff
math.primes.safe: fix docs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 12 Sep 2011 17:56:39 +0000 (10:56 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 12 Sep 2011 17:56:39 +0000 (10:56 -0700)
basis/math/primes/safe/safe-docs.factor

index 21f84c4e3c4e32653839cb5e0711a12a83c2e6e4..231fde460aed660f2806a6929db0487929284b1e 100644 (file)
@@ -27,7 +27,7 @@ HELP: safe-prime?
 
 
 ARTICLE: "math.primes.safe" "Safe prime numbers"
-"The " { $vocab-link "math.primes.safe" } " vocabulary implements words to calculate safe prime numbers. Safe primes are of the form p = 2q + 1, where p,q are prime. Safe primes have desirable qualities for cryptographic applications." $nl
+"The " { $vocab-link "math.primes.safe" } " vocabulary implements words to calculate safe prime numbers. Safe primes are of the form " { $snippet "p = 2q + 1" } ", where " { $snippet "p" } ", " { $snippet "q" } " are prime. Safe primes have desirable qualities for cryptographic applications." $nl
 
 "Testing if a number is a safe prime:"
 { $subsections safe-prime? }