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

Unified Diff: crypto/crypto.gyp

Issue 8431007: crypto: add simple P224 implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 9 years, 1 month 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/p224.h » ('j') | crypto/p224.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/crypto.gyp
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
index 7b031b2993c1147aab67c18cdced7a2af3322a0e..906cbedf9eec58888631c77ec7131d9cd862a32d 100644
--- a/crypto/crypto.gyp
+++ b/crypto/crypto.gyp
@@ -138,6 +138,8 @@
'openpgp_symmetric_encryption.h',
'openssl_util.cc',
'openssl_util.h',
+ 'p224.cc',
+ 'p224.h',
'rsa_private_key.cc',
'rsa_private_key.h',
'rsa_private_key_mac.cc',
@@ -184,6 +186,7 @@
# Tests.
'encryptor_unittest.cc',
'hmac_unittest.cc',
+ 'p224_unittest.cc',
'rsa_private_key_unittest.cc',
'rsa_private_key_nss_unittest.cc',
'secure_hash_unittest.cc',
« no previous file with comments | « no previous file | crypto/p224.h » ('j') | crypto/p224.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698