Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.01 KB

File metadata and controls

28 lines (22 loc) · 1.01 KB

Latest Version

rcmath

Rust Cryptographic Math Library

Core

  • Big unsigned integer (uint): document Like: U256, U512
  • Group (group) document
  • Finite field (ff) document
  • Fast Fourier transform (fft) document
  • Pairing (pairing) document - optional feature
    • Pairing Curves (curves) document - optional feature

Auxiliary

  • no-std - optional feature
  • parallel - optional feature
  • simd - optional feature
  • asm - optional feature
  • serde - optional feature

License

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