bnjacobi.h

来自「vc环境下的pgp源码」· C头文件 代码 · 共 24 行

H
24
字号
/*
 * For a small (usually prime, but not necessarily) prime p,
 * Return Jacobi(p,bn), which is -1, 0 or +1.
 * bn must be odd.
 *
 * $Id: bnjacobi.h,v 1.6 1997/05/13 01:18:49 mhw Exp $
 */

#ifndef Included_bnjacobi_h
#define Included_bnjacobi_h

#include "pgpBase.h"

PGP_BEGIN_C_DECLARATIONS

#include "pgpBigNumOpaqueStructs.h"

int bnJacobiQ(unsigned p, BigNum const *bn);

PGP_END_C_DECLARATIONS

#endif /* Included_bnjacobi_h */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?