Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: crypto/crypto.gyp

Issue 12457004: Curve25519-donna changes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | crypto/curve25519.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/crypto.gyp
===================================================================
--- crypto/crypto.gyp (revision 185781)
+++ crypto/crypto.gyp (working copy)
@@ -186,6 +186,9 @@
'crypto_module_blocking_password_delegate.h',
'cssm_init.cc',
'cssm_init.h',
+ 'curve25519.cc',
+ 'curve25519.h',
+ 'curve25519-donna.c',
'ghash.cc',
'ghash.h',
'ec_private_key.h',
@@ -262,6 +265,7 @@
'run_all_unittests.cc',
# Tests.
+ 'curve25519_unittest.cc',
'ec_private_key_unittest.cc',
'ec_signature_creator_unittest.cc',
'encryptor_unittest.cc',
« no previous file with comments | « no previous file | crypto/curve25519.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698