rcmath

Crates.iorcmath
lib.rsrcmath
version0.0.1
sourcesrc
created_at2019-07-19 05:43:19.118838
updated_at2019-07-19 05:43:19.118838
descriptionBetter math for cryptography in pure Rust.
homepage
repositoryhttps://github.com/rust-cc/rcmath
max_upload_size
id150032
size17,269
Neo Sun (sunhuachuang)

documentation

README

Latest Version

rcmath

Rust Cryptography Math

  • math: pow
  • math: pow_mod
  • math: div
  • math: rem
  • math: div_rem
  • math: lcm
  • math: gcd
  • math: big_num_prime
  • math: is_prime
  • math: is_odd
  • math: is_even

all math function can use all interger type and big_num

License

This project is licensed under, it's your choice.

Commit count: 21

cargo fmt