num-bigint-Rust的大整数实现-Rust开发

时间:2021-05-27 18:47:23
【文件属性】:
文件名称:num-bigint-Rust的大整数实现-Rust开发
文件大小:120KB
文件格式:ZIP
更新时间:2021-05-27 18:47:23
Rust Math num-bigint Rust,BigInt和BigUint的大整数类型。 用法将其添加到Cargo.toml:[dependencies] num-bigint =“ 0.3”功能std板条箱num-bigint Rust,BigInt和BigUint的大整数类型。 用法将其添加到您的Cargo.toml中:[dependencies] num-bigint =“ 0.3”功能std crate功能默认情况下处于启用状态,在Rust 1.36和稳定的alloc crate之前是必需的。 如果您使用num-bigint且default-features = false,则必须在编译器不够新时手动启用std功能。 随机生成num-bigint支持在rand fe时生成随机大整数
【文件预览】:
num-bigint-master
----.gitignore(30B)
----benches()
--------factorial.rs(991B)
--------roots.rs(3KB)
--------gcd.rs(1KB)
--------shootout-pidigits.rs(4KB)
--------rng()
--------bigint.rs(9KB)
----src()
--------bigint()
--------biguint.rs(31KB)
--------biguint()
--------macros.rs(13KB)
--------lib.rs(8KB)
--------bigint.rs(33KB)
--------bigrand.rs(8KB)
----Cargo.toml(1KB)
----.github()
--------workflows()
----LICENSE-MIT(1KB)
----README.md(3KB)
----tests()
--------macros()
--------modpow.rs(7KB)
--------bigint_bitwise.rs(5KB)
--------roots.rs(4KB)
--------biguint.rs(58KB)
--------bigint_scalar.rs(5KB)
--------biguint_scalar.rs(3KB)
--------consts()
--------bigint.rs(43KB)
----bors.toml(205B)
----ci()
--------rustup.sh(298B)
--------big_quickcheck()
--------big_rand()
--------big_serde()
--------test_full.sh(2KB)
----LICENSE-APACHE(11KB)
----RELEASES.md(11KB)
----build.rs(3KB)

网友评论