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

Unified Diff: tools/origin_trials/third_party/ed25519/README.chromium

Issue 1578793002: Add experimental framework token generation tool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move third_party code; fix bug from last patch's rename Created 4 years, 11 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
Index: tools/origin_trials/third_party/ed25519/README.chromium
diff --git a/tools/origin_trials/third_party/ed25519/README.chromium b/tools/origin_trials/third_party/ed25519/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..91f0630b0aef022cfb55b3a84ec6982bff4aafa3
--- /dev/null
+++ b/tools/origin_trials/third_party/ed25519/README.chromium
@@ -0,0 +1,15 @@
+Name: Ed25519: high-speed high-security signatures
+Short Name: Ed25519
+URL: http://ed25519.cr.yp.to/software.html
+Version: 0
+License: Public Domain
+License File: NOT_SHIPPED
+Security Critical: no
palmer 2016/02/11 22:03:20 I think I agree, but it looks a bit strange. :) Ca
iclelland 2016/02/12 22:00:50 I'll do that, certainly. Is there a standard for f
iclelland 2016/02/16 20:25:12 Done.
+
+Description:
+This package is used by the command-line utilities in tools/origin_trials to
+sign tokens for experimental feature usage, and to verify the signatures on
+those tokens.
+
+Local Modifications:
+None.

Powered by Google App Engine
This is Rietveld 408576698