Crates.io | nums |
lib.rs | nums |
version | 1.0.0 |
source | src |
created_at | 2024-05-07 04:52:28.548487 |
updated_at | 2024-05-23 21:05:50.313523 |
description | Number theoretic functions, such as primality testing and factorization, for BigUints |
homepage | |
repository | https://github.com/0xPolygonZero/nums/ |
max_upload_size | |
id | 1231824 |
size | 76,528 |
This library contains some number theoretic functions, such as primality testing and factorization, for BigUint
s.
Primality tests:
Factorization:
Trial division
Pollard's rho
Quadratic sieve
General number sieve
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.