Skip to content

Conversation

@str4d
Copy link
Owner

@str4d str4d commented May 9, 2014

Various findbugs cleanups from zzz, and other fixes.

Several FieldElement operations have been sped up considerably, but they are still probably not constant time. GroupElement should now be as close to constant time as ref10 is (aside from the FieldElement operations).

str4d added 23 commits May 4, 2014 13:46
For public keys that are used to verify a single message, this provides no
speed benefit, and requires the storage in memory of another GroupElement and
its dblPrecmp. For public keys that are used to verify more than one message,
the storage increase is the same, but the precomputation only occurs once now
instead of during every verification.
str4d added a commit that referenced this pull request May 9, 2014
Cleanups and speedups
@str4d str4d merged commit daac2c5 into master May 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants