-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert
Felt
to struct and avoid counterintuitive imports (#743)
* Initial changes to felt * Save work * Use const generic * Hide FeltBigInt * Remove NewFelt trait * Implement bit func * Create felt wrapper * Implement Add trait * Extend macros * Add more traits * Convert Felt not found to * Fix new method * Correct checks * Fix felt_str * Fix broken macros and imports in tests * Final fixes * Fix clippy warnings * Fix test bug * Make divides depend on is_multiple_of * Fix div_rem * Fix rem to be consitent with field ops Co-authored-by: Juanma <juanma@Juanmas-MacBook-Air.local>
- Loading branch information
Showing
44 changed files
with
767 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.