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

Unified Diff: third_party/scrypt/lib/README

Issue 11637016: Add "scrypt" to third_party for secure password hashes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing licences. Created 7 years, 12 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 | « third_party/scrypt/configure ('k') | third_party/scrypt/lib/crypto/crypto_aesctr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/scrypt/lib/README
diff --git a/third_party/scrypt/lib/README b/third_party/scrypt/lib/README
new file mode 100644
index 0000000000000000000000000000000000000000..3bb211e84fba374ff8cea6e05576afa910b7d5c5
--- /dev/null
+++ b/third_party/scrypt/lib/README
@@ -0,0 +1,6 @@
+The source code under this directory is taken from the client for the
+Tarsnap online backup system (and released under the 2-clause BSD license
+with permission of the author); keeping this code in sync with the Tarsnap
+code is highly desirable and explains why there is some functionality
+included here which is not actually used by the scrypt file encryption
+utility.
« no previous file with comments | « third_party/scrypt/configure ('k') | third_party/scrypt/lib/crypto/crypto_aesctr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698