f03e4de8dcf0e32c01abb09017262ee69a20a5b9
[openssl.git] / crypto / bn / bn_modfs.h
1 /*\r
2  *\r
3  *      bn_modfs.h\r
4  *\r
5  *      Some Modular Arithmetic Functions.\r
6  *\r
7  *      Copyright (C) Lenka Fibikova 2000\r
8  *\r
9  *\r
10  */\r
11 \r
12 #ifndef HEADER_BN_MODFS_H\r
13 #define HEADER_BN_MODFS_H\r
14 \r
15 \r
16 #include "bn.h"\r
17 \r
18 \r
19 int BN_legendre(BIGNUM *a, BIGNUM *p, BN_CTX *ctx);\r
20 int BN_mod_sqrt(BIGNUM *x, BIGNUM *a, BIGNUM *p, BN_CTX *ctx);\r
21 \r
22 #endif\r