math.primes.safe: fix docs.

db4
John Benediktsson 2011-09-12 10:56:39 -07:00
parent 7c3827190b
commit b653360299
1 changed files with 1 additions and 1 deletions

View 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? }