summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BN_mod_inverse.3
diff options
context:
space:
mode:
authorjmc <>2016-11-08 22:19:45 +0000
committerjmc <>2016-11-08 22:19:45 +0000
commit940c272713242bcc8ff6a54576c20345a43a098c (patch)
tree766ec4c7fc8764a33b9f81c723fee3779331be6b /src/lib/libcrypto/man/BN_mod_inverse.3
parent225a4b22cb848306a5f851162860ae2ef943de83 (diff)
downloadopenbsd-940c272713242bcc8ff6a54576c20345a43a098c.tar.gz
openbsd-940c272713242bcc8ff6a54576c20345a43a098c.tar.bz2
openbsd-940c272713242bcc8ff6a54576c20345a43a098c.zip
some cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/BN_mod_inverse.3')
-rw-r--r--src/lib/libcrypto/man/BN_mod_inverse.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/BN_mod_inverse.3 b/src/lib/libcrypto/man/BN_mod_inverse.3
index 2500c178f3..e3667154a9 100644
--- a/src/lib/libcrypto/man/BN_mod_inverse.3
+++ b/src/lib/libcrypto/man/BN_mod_inverse.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: BN_mod_inverse.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ 1.\" $OpenBSD: BN_mod_inverse.3,v 1.3 2016/11/08 22:19:45 jmc Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 6 2016 $ 3.Dd $Mdocdate: November 8 2016 $
4.Dt BN_MOD_INVERSE 3 4.Dt BN_MOD_INVERSE 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
@@ -21,7 +21,7 @@ computes the inverse of
21.Fa a 21.Fa a
22modulo 22modulo
23.Fa n 23.Fa n
24add places the result in 24and places the result in
25.Fa r 25.Fa r
26.Pq Li (a*r)%n==1 . 26.Pq Li (a*r)%n==1 .
27If 27If