-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
field.h: improve documentation for internal API's
- _fe_equal and _fe_equal_var requires the first input's magnitude to be 1 - _fe_equal_var requires only the first input magnitude to be 1 - mentioned pointer precondtions for _fe_mul and _fe_sqrt - _fe_to_storage requires the input to be normalized - add SECP256K1_RESTRICT for _fe_sqrt since, there is a VERIFY_CHECK(r != a) in the func def. This is similar to the _fe_mul func.
- Loading branch information
Showing
2 changed files
with
15 additions
and
10 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
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