Skip to content

Commit

Permalink
Revert 108866 - crypto: add simple P224 implementation.
Browse files Browse the repository at this point in the history
This is intended to be the underlying group for an EKE implementation for
Remoting.

BUG=none
TEST=crypto_unittests

Review URL: http://codereview.chromium.org/8431007

TBR=agl@chromium.org
Review URL: http://codereview.chromium.org/8467016

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108869 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
jkummerow@chromium.org committed Nov 7, 2011
1 parent f00c299 commit e22bd0d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1,519 deletions.
3 changes: 0 additions & 3 deletions crypto/crypto.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@
'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',
Expand Down Expand Up @@ -186,7 +184,6 @@
# 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',
Expand Down
Loading

0 comments on commit e22bd0d

Please sign in to comment.