Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
tczajka committed Nov 7, 2023
1 parent 329da35 commit a9ecfbf
Show file tree
Hide file tree
Showing 11 changed files with 266 additions and 984 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

### Breaking changes
* Modular arithmetic moved from `modular` to the top-level module.
* `Modulo` is now a fully owned type without a reference to `ModuloRing`.

### Features
* `Modulo::ring`.

### Dependencies
* Minimum Rust version is now 1.61.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ extern crate alloc;

pub use crate::{
ibig::IBig,
modular::{convert::IntoModulo, modulo::Modulo, modulo_ring::ModuloRing},
modular::{modulo::Modulo, modulo_ring::ModuloRing},
ubig::UBig,
};

Expand Down
Loading

0 comments on commit a9ecfbf

Please sign in to comment.