-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from zkcrypto/release-0.1.1
Release 0.1.1
- Loading branch information
Showing
5 changed files
with
60 additions
and
11 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
# 0.1.1 | ||
|
||
Added `clear_cofactor` methods to `G1Projective` and `G2Projective`. If the crate feature `endo` | ||
is enabled the G2 cofactor clearing will use the curve endomorphism technique described by | ||
[Budroni-Pintore](https://ia.cr/2017/419). If the crate feature `endo` is _not_ enabled then | ||
the code will simulate the effects of the Budroni-Pintore cofactor clearing in order to keep | ||
the API consistent. In September 2020, when patents US7110538B2 and US7995752B2 expire, the | ||
endo feature will be made default. However, for now it must be explicitly enabled. | ||
|
||
# 0.1.0 | ||
|
||
Initial release. |
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