用于大数计算,用于国密加密、RSA加密、ECC加密以及各种复杂的大整数运算所需要用到的函数等,包含tommath.c\tommath.h等附属文件
2022-05-08 11:29:37 1.74MB tommath lib
1
c++ 大整数库 big integer 来自https://mattmccutchen.net/bigint/
2021-09-25 10:41:58 39KB c++ 大整数库 big integer
1
libbigint -- 大整数库 支持任意精度计算并易于与其他项目集成的整数库。 特征 任意精度算术运算 按位运算 优化倍数、除法和 pow-mod 等。 质数相关操作。 快速斐波那契数组操作 硬件要求 该库专为在 32 位 CPU 或更高版本上工作而设计。 软件要求 该库的源代码完全用 C99 编写,应该适用于 32 位操作系统上的大多数现代 C 编译器。 建造 生成 Makefile 需要 Python2。 (暂不支持 Python3) 使用以下命令生成 Makefile: $ ./configure 以及以下命令来构建项目: $ make # for building the test program $ make static # for building the static library $ make shared # for building the sha
2021-07-03 14:05:58 38KB C
1
实现超大整数的加减乘除,模乘模幂。配上窗口,很美观,像系统自带的那么方便。
2019-12-21 20:26:42 39KB 计算器 大整数库
1