https://github.com/sof3/generic_modular
Modular arithmetic library in Rust with generic number types. Supports no-std.
https://github.com/sof3/generic_modular
modular-arithmetic no-std number-theory rust
Last synced: 10 months ago
JSON representation
Modular arithmetic library in Rust with generic number types. Supports no-std.
- Host: GitHub
- URL: https://github.com/sof3/generic_modular
- Owner: SOF3
- License: apache-2.0
- Created: 2019-07-24T05:46:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T07:51:22.000Z (over 6 years ago)
- Last Synced: 2025-03-05T13:41:45.409Z (11 months ago)
- Topics: modular-arithmetic, no-std, number-theory, rust
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generic\_modular
[](https://travis-ci.com/chankyin/generic_modular)
Modular arithmetic library in Rust with generic number types. Supports no-std.