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

Unified Diff: crypto/hkdf.h

Issue 12330157: CRYPTO - Resolved comments from wtc. Used scoped_ptr<char[]> and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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/hkdf.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/hkdf.h
===================================================================
--- crypto/hkdf.h (revision 184497)
+++ crypto/hkdf.h (working copy)
@@ -35,7 +35,7 @@
const base::StringPiece& info,
size_t key_bytes_to_generate,
size_t iv_bytes_to_generate);
- virtual ~HKDF();
+ ~HKDF();
base::StringPiece client_write_key() const {
return client_write_key_;
« no previous file with comments | « no previous file | crypto/hkdf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698