#cryptography #pure #pow #div #rem #lcm

deprecated nightly rcmath

Better math for cryptography in pure Rust

1 unstable release

0.0.1 Jul 19, 2019

#7 in #lcm

35 downloads per month

MIT/Apache

14KB
384 lines

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.

Dependencies

~490KB
~11K SLoC