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

Side by Side 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: Add a header to satisfy licencecheck.pl, which can't check the LICENCE file. Created 4 years, 9 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 unified diff | Download patch
OLDNEW
(Empty)
1 Name: Ed25519: high-speed high-security signatures
2 Short Name: Ed25519
3 URL: http://ed25519.cr.yp.to/software.html
4 Version: 0
5 License: Public Domain
6 License File: NOT_SHIPPED
7 Security Critical: no
8
9 Description:
10 This package is used by the command-line utilities in tools/origin_trials to
11 sign tokens for experimental feature usage, and to verify the signatures on
12 those tokens.
13 Although this package does provide cryptographic signing and verification
14 capabilities, it is currently not considered security-critical. It is only used
15 to sign tokens for use in unit tests, or for custom developer builds of Chrome;
16 not to generate tokens usable in release Chrome builds, and not for verification
17 of signatures. This classification may change if the package is used for other
18 purposes in the future.
19
20 Local Modifications:
21 None.
OLDNEW
« no previous file with comments | « tools/origin_trials/third_party/ed25519/OWNERS ('k') | tools/origin_trials/third_party/ed25519/ed25519.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698