nums

Crates.ionums
lib.rsnums
version0.1.0
sourcesrc
created_at2024-05-07 04:52:28.548487
updated_at2024-05-07 04:52:28.548487
descriptionNumber theoretic functions, such as primality testing and factorization, for BigUints
homepage
repositoryhttps://github.com/0xPolygonZero/nums/
max_upload_size
id1231824
size25,024
Daniel Lubarov (dlubarov)

documentation

README

nums

This library contains some number theoretic functions, such as primality testing and factorization, for BigUints.

Status

Primality tests:

  • Trial division
  • Miller-Rabin

Factorization:

  • Trial division

  • Pollard's rho

  • Quadratic sieve

  • General number sieve

License

Licensed under either of

at your option.

Licensing

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.

Commit count: 8

cargo fmt