summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_lcl.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2007-11-11 20:43:23 +0000
committerAndy Polyakov <appro@openssl.org>2007-11-11 20:43:23 +0000
commit18fb9d807ede04cf7dd52d27e6d94b13e3df1d9a (patch)
tree06bda98b66660c5176755aeddc504679a46e58b0 /crypto/bn/bn_lcl.h
parenta1cc5682888c0a4f06bd6db0520c4063dc73cba5 (diff)
Add framework for bn_mul_mont [from 098-fips].
Diffstat (limited to 'crypto/bn/bn_lcl.h')
-rw-r--r--crypto/bn/bn_lcl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bn/bn_lcl.h b/crypto/bn/bn_lcl.h
index ad4ca7ff30..27ac4397a1 100644
--- a/crypto/bn/bn_lcl.h
+++ b/crypto/bn/bn_lcl.h
@@ -481,6 +481,7 @@ BN_ULONG bn_add_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
int cl, int dl);
BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
int cl, int dl);
+int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
#ifdef __cplusplus
}