diff options
author | Darren Tucker <dtucker@zip.com.au> | 2011-08-07 23:10:56 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2011-08-07 23:10:56 +1000 |
commit | 91e6b577290057b123ade507d6cfe8ed841afe92 (patch) | |
tree | c21a344ca1d865705babe01194628d9d4ccb9758 | |
parent | f279474f1b81c194e29aea2e2da0872bda85e703 (diff) |
- jmc@cvs.openbsd.org 2010/10/14 20:41:28
[moduli.5]
probabalistic -> probabilistic; from naddy
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | moduli.5 | 6 |
2 files changed, 6 insertions, 3 deletions
@@ -8,6 +8,9 @@ | |||
8 | "Diffie-Hellman" is the usual spelling for the cryptographic protocol | 8 | "Diffie-Hellman" is the usual spelling for the cryptographic protocol |
9 | first published by Whitfield Diffie and Martin Hellman in 1976. | 9 | first published by Whitfield Diffie and Martin Hellman in 1976. |
10 | ok jmc@ | 10 | ok jmc@ |
11 | - jmc@cvs.openbsd.org 2010/10/14 20:41:28 | ||
12 | [moduli.5] | ||
13 | probabalistic -> probabilistic; from naddy | ||
11 | 14 | ||
12 | 20110805 | 15 | 20110805 |
13 | - OpenBSD CVS Sync | 16 | - OpenBSD CVS Sync |
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: moduli.5,v 1.14 2009/10/28 08:56:54 sobrado Exp $ | 1 | .\" $OpenBSD: moduli.5,v 1.15 2010/10/14 20:41:28 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2008 Damien Miller <djm@mindrot.org> | 3 | .\" Copyright (c) 2008 Damien Miller <djm@mindrot.org> |
4 | .\" | 4 | .\" |
@@ -13,7 +13,7 @@ | |||
13 | .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | 13 | .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .Dd $Mdocdate: October 28 2009 $ | 16 | .Dd $Mdocdate: October 14 2010 $ |
17 | .Dt MODULI 5 | 17 | .Dt MODULI 5 |
18 | .Os | 18 | .Os |
19 | .Sh NAME | 19 | .Sh NAME |
@@ -84,7 +84,7 @@ Composite number \(en not prime. | |||
84 | .It 0x02 | 84 | .It 0x02 |
85 | Sieve of Eratosthenes. | 85 | Sieve of Eratosthenes. |
86 | .It 0x04 | 86 | .It 0x04 |
87 | Probabalistic Miller-Rabin primality tests. | 87 | Probabilistic Miller-Rabin primality tests. |
88 | .El | 88 | .El |
89 | .Pp | 89 | .Pp |
90 | The | 90 | The |