bnlegal.c

来自「可以实现对邮件的加密解密以及签名」· C语言 代码 · 共 18 行

C
18
字号
/*____________________________________________________________________________
	Copyright (C) 2002 PGP Corporation
	All rights reserved.

	$Id: bnlegal.c,v 1.3 2002/08/06 20:10:57 dallen Exp $
____________________________________________________________________________*/

/*
 * BigNum multiprecision integer math library.
 */

#include "pgpConfig.h"	/* For "const"! */

/* Force inclusion of this... */
#include "bnlegal.h"
volatile const char bnCopyright[] =
	"\0bnlib 1.1.2 Copyright (c) 1995,1996 Colin Plumb.";

⌨️ 快捷键说明

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