Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add P521 to performance tests. #32

Merged
merged 1 commit into from Nov 24, 2014
Merged

Add P521 to performance tests. #32

merged 1 commit into from Nov 24, 2014

Conversation

dlg-yahoo
Copy link
Collaborator

src/javascript/crypto/e2e/ecc/domainparam.js: Added P_521 to the set of recognized curves in e2e.ecc.DomainParam.fromCurve

src/javascript/crypto/e2e/ecc/ecc_perf_test.html:
Added a testP521 function.

As a note:

P_521 Fast Multiply 10   20 2 17  22
P_521 Slow Multiply 10   79 5 74  88
P_521 Bignum        10    1 0  1   2
P_521 Sign          10   21 1 19  24
P_521 Verify        10   97 5 93 110

P_384 Fast Multiply 10   18 1 16  20
P_384 Slow Multiply 10   76 4 72  83
P_384 Bignum modInv 10    1 1  1   2
P_384 Sign          10   20 0 20  21
P_384 Verify        10   93 3 90 101

src/javascript/crypto/e2e/ecc/domainparam.js: Added P_521 to the set of recognized curves in e2e.ecc.DomainParam.fromCurve

src/javascript/crypto/e2e/ecc/ecc_perf_test.html:
Added a testP521 function.
koto added a commit that referenced this pull request Nov 24, 2014
Add P521 to performance tests.
@koto koto merged commit 4153de4 into google:master Nov 24, 2014
@koto
Copy link
Member

koto commented Nov 24, 2014

Merged, thanks!

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.

None yet

2 participants