Skip to content
/ rcmath Public

Suitable cryptographic math library in pure Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

rust-cc/rcmath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Suitable cryptographic math library in pure Rust

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages