📄 bninit64.c
字号:
/*
* bninit64.c - Provide an init function that sets things up for 64-bit
* operation. This is a seaparate tiny file so you can compile two bn
* packages into the library and write a custom init routine.
*
* Written in 1995 by Colin Plumb.
*
* $Id: bninit64.c,v 1.2 1998/05/14 19:07:25 cbertsch Exp $
*/
#include "bn.h"
#include "bn64.h"
void
bnInit(void)
{
bnInit_64();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -