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

Unified Diff: tools/experiments/third_party/README.chromium

Issue 1578793002: Add experimental framework token generation tool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add OWNERS file for tool directory 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/experiments/third_party/README.chromium
diff --git a/tools/experiments/third_party/README.chromium b/tools/experiments/third_party/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..f15197750409da16c03cb0f0fab4241c1b63be3b
--- /dev/null
+++ b/tools/experiments/third_party/README.chromium
@@ -0,0 +1,14 @@
+Name: Ed25519: high-speed high-security signatures
davidben 2016/01/11 20:42:02 I suspect you need to get this reviewed by some ot
+Short Name: Ed25519
+URL: http://ed25519.cr.yp.to/software.html
+Version: 0
+License: Public Domain
+License File: NOT_SHIPPED
+Security Critical: no
+
+Description:
+This package is used by the command-line utilities in tools/experiments to sign
+tokens for experimental API usage, and to verify the signatures on those tokens.
+
+Local Modifications:
+None.

Powered by Google App Engine
This is Rietveld 408576698