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

Unified Diff: crypto/secure_hash.h

Issue 2080753002: crypto: Add BoringSSL accelerated version of SHA-1 Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « crypto/crypto.gypi ('k') | crypto/secure_hash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/secure_hash.h
diff --git a/crypto/secure_hash.h b/crypto/secure_hash.h
index a5590e5d0b5879a14e81b75402cabd3dcc836928..16ef511eaca4872467a1c09dc454ecdc7dae078b 100644
--- a/crypto/secure_hash.h
+++ b/crypto/secure_hash.h
@@ -17,6 +17,7 @@ namespace crypto {
class CRYPTO_EXPORT SecureHash {
public:
enum Algorithm {
+ SHA1,
SHA256,
};
virtual ~SecureHash() {}
« no previous file with comments | « crypto/crypto.gypi ('k') | crypto/secure_hash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698