Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T07:51:22.000Z (over 5 years ago)
- Last Synced: 2024-12-01T05:42:27.420Z (about 1 month 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
[![Build Status](https://travis-ci.com/chankyin/generic_modular.svg?branch=master)](https://travis-ci.com/chankyin/generic_modular)Modular arithmetic library in Rust with generic number types. Supports no-std.