-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reduce.c: Simplify bounds documentation
The previous bounds documentation in reduce.h was difficult to follow and lacked details regarding the transition between rational, integral, and C computations. This commit simplifies the documentation by providing a single generic bound for `montgomery_reduce_generic()`, and deriving (only) the contractual bounds for the specializations `montgomery_reduce()` and `fqmul()`. Signed-off-by: Hanno Becker <[email protected]>
- Loading branch information
1 parent
0f2bc27
commit 506e0ea
Showing
1 changed file
with
20 additions
and
25 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